public class TransformException
extends java.lang.Exception
| Constructor and Description |
|---|
TransformException()
Creates a new exception with default detail message.
|
TransformException(java.lang.String message)
Creates a new exception with the specified detail message.
|
TransformException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified detail message and cause.
|
TransformException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public TransformException()
public TransformException(java.lang.String message)
message - The detail message, may be null.public TransformException(java.lang.Throwable cause)
cause - The exception that caused this one, may be null.public TransformException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.