Class SchemaServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.schema.service.SchemaServiceException
All Implemented Interfaces:
Serializable

public class SchemaServiceException extends Exception
Exception that indicates errors while retrieving schema or type information.
See Also:
  • Constructor Details

    • SchemaServiceException

      public SchemaServiceException(String message)
      Constructs a new SchemaServiceException.
      Parameters:
      message - the error message
    • SchemaServiceException

      public SchemaServiceException(String message, Exception e)
      Constructs a new SchemaServiceException.
      Parameters:
      message - the error message
      e - the embedded exception