Class RenditionServiceException

    • Constructor Detail

      • RenditionServiceException

        public RenditionServiceException​(String message)
        Deprecated.
        Constructs a Rendition Service Exception with the specified message.
        Parameters:
        message - the message string
      • RenditionServiceException

        public RenditionServiceException​(String message,
                                         Throwable source)
        Deprecated.
        Constructs a Rendition Service Exception with the specified message and source exception.
        Parameters:
        message - the message string
        source - the source exception
      • RenditionServiceException

        public RenditionServiceException​(String message,
                                         RenditionDefinition renditionDefinition)
        Deprecated.
        Constructs a Rendition Service Exception with the specified message and RenditionDefinition.
        Parameters:
        message - the message string.
        renditionDefinition - the rendition definition.
        Since:
        3.5.0
      • RenditionServiceException

        public RenditionServiceException​(String message,
                                         RenditionDefinition renditionDefinition,
                                         Throwable source)
        Deprecated.
        Constructs a Rendition Service Exception with the specified message, RenditionDefinition and source exception .
        Parameters:
        message - the message string.
        renditionDefinition - the rendition definition.
        source - the source exception.
        Since:
        3.5.0
    • Method Detail

      • getRenditionDefinition

        public RenditionDefinition getRenditionDefinition()
        Deprecated.
        Retrieves the RenditionDefinition associated with this exception.
        Returns:
        the rendition definition, which may be null.
        Since:
        3.5.0