public class XmpSerializationException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
XmpSerializationException(java.lang.String message)
Create an instance of TransformException
|
XmpSerializationException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of TransformException
|
private static final long serialVersionUID
public XmpSerializationException(java.lang.String message)
message
- a description of the encountered problempublic XmpSerializationException(java.lang.String message, java.lang.Throwable cause)
message
- a description of the encountered problemcause
- the cause of the exception