public class DataXformException
extends java.lang.Exception
DataXform
SPI encountered an error.Constructor and Description |
---|
DataXformException()
Constructs a new instance with null as its detail message and cause.
|
DataXformException(java.lang.String message)
Constructs a new instance with the specified detail message.
|
DataXformException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified detail message and cause.
|
DataXformException(java.lang.Throwable cause)
Constructs a new instance with the specified cause.
|
public DataXformException()
public DataXformException(java.lang.String message)
message
- The detail message.public DataXformException(java.lang.Throwable cause)
cause
- The cause of type Throwable.public DataXformException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause of type Throwable.