Class TiffProcessingException

All Implemented Interfaces:
Serializable

@Deprecated(since="2024-11-20") public class TiffProcessingException 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 TIFF file.
See Also:
  • Constructor Details

    • TiffProcessingException

      public TiffProcessingException(String message)
      Deprecated.
    • TiffProcessingException

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

      public TiffProcessingException(Throwable cause)
      Deprecated.