public class TransformerException extends ODCleanStoreException
Constructor and Description |
---|
TransformerException(String message)
Constructs a new exception with the given message.
|
TransformerException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
TransformerException(Throwable cause)
Constructs a new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransformerException(Throwable cause)
cause
- the causepublic TransformerException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic TransformerException(String message)
message
- the detail messageCopyright © 2013. All Rights Reserved.