Class RenditionPreventedException

    • Constructor Detail

      • RenditionPreventedException

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

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

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

        public RenditionPreventedException​(String message,
                                           RenditionDefinition renditionDefinition,
                                           Throwable source)
        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.