Class MetadataException

All Implemented Interfaces:
Serializable

@Deprecated(since="2024-11-20") public class MetadataException extends CompoundException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Base class for all metadata specific exceptions.
See Also:
  • Constructor Details

    • MetadataException

      public MetadataException(String msg)
      Deprecated.
    • MetadataException

      public MetadataException(Throwable exception)
      Deprecated.
    • MetadataException

      public MetadataException(String msg, Throwable innerException)
      Deprecated.