Package com.drew.lang

Class CompoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImageProcessingException, MetadataException

@Deprecated(since="2024-11-20") public class CompoundException extends Exception
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions. This class allows support of these previous JDK versions.
See Also:
  • Constructor Details

    • CompoundException

      public CompoundException(String msg)
      Deprecated.
    • CompoundException

      public CompoundException(Throwable exception)
      Deprecated.
    • CompoundException

      public CompoundException(String msg, Throwable innerException)
      Deprecated.
  • Method Details