Class ImageProcessingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JpegProcessingException, TiffProcessingException

@Deprecated(since="2024-11-20") public class ImageProcessingException extends CompoundException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.
See Also:
  • Constructor Details

    • ImageProcessingException

      public ImageProcessingException(String message)
      Deprecated.
    • ImageProcessingException

      public ImageProcessingException(String message, Throwable cause)
      Deprecated.
    • ImageProcessingException

      public ImageProcessingException(Throwable cause)
      Deprecated.