Class JpegProcessingException

All Implemented Interfaces:
Serializable

@Deprecated(since="2024-11-20") public class JpegProcessingException extends ImageProcessingException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.
See Also:
  • Constructor Details

    • JpegProcessingException

      public JpegProcessingException(String message)
      Deprecated.
    • JpegProcessingException

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

      public JpegProcessingException(Throwable cause)
      Deprecated.