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:
java.io.Serializable
public class SchemaServiceException extends java.lang.Exception
Exception that indicates errors while retrieving schema or type information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaServiceException(java.lang.String message)
Constructs a new SchemaServiceException.SchemaServiceException(java.lang.String message, java.lang.Exception e)
Constructs a new SchemaServiceException.
-
-
-
Constructor Detail
-
SchemaServiceException
public SchemaServiceException(java.lang.String message)
Constructs a new SchemaServiceException.- Parameters:
message
- the error message
-
SchemaServiceException
public SchemaServiceException(java.lang.String message, java.lang.Exception e)
Constructs a new SchemaServiceException.- Parameters:
message
- the error messagee
- the embedded exception
-
-