public class MessageHandlerException extends JBIException
| Constructor and Description |
|---|
MessageHandlerException(String message)
Creates a new instance of MessageHandlerException.
|
MessageHandlerException(String message,
Throwable cause)
Creates a new instance of MessageHandlerException.
|
MessageHandlerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageHandlerException(String message)
message - is a String describing the exceptionpublic MessageHandlerException(String message, Throwable cause)
message - is a String describing the exceptioncause - is the cause of the exception.public MessageHandlerException(Throwable cause)
cause - is the Cause of the ExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.