public class TransformationException extends FinancialException
TransformationAPI methods.| Constructor and Description |
|---|
TransformationException()
Empty constructor.
|
TransformationException(java.lang.String message)
Message-based constructor.
|
TransformationException(java.lang.String message, java.lang.Throwable cause)
Full constructor.
|
TransformationException(java.lang.Throwable cause)
Cause-based constructor.
|
public TransformationException()
public TransformationException(java.lang.String message)
message - the error message.public TransformationException(java.lang.Throwable cause)
cause - the original exception causing the trouble.public TransformationException(java.lang.String message,
java.lang.Throwable cause)
message - the error message.cause - the original exception causing the trouble.