Package com.adobe.xmp.schema.service
Class SchemaServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.schema.service.SchemaServiceException
- All Implemented Interfaces:
Serializable
Exception that indicates errors while retrieving schema or type information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaServiceException(String message) Constructs a new SchemaServiceException.SchemaServiceException(String message, Exception e) Constructs a new SchemaServiceException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaServiceException
Constructs a new SchemaServiceException.- Parameters:
message- the error message
-
SchemaServiceException
Constructs a new SchemaServiceException.- Parameters:
message- the error messagee- the embedded exception
-