public class MessagingException extends JBIException
| Constructor and Description |
|---|
MessagingException(String msg)
Create a new MessagingException.
|
MessagingException(String msg,
Throwable cause)
Create a new MessagingException with the specified cause and error text.
|
MessagingException(Throwable cause)
Create a new MessagingException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessagingException(String msg)
msg - error detailpublic MessagingException(String msg, Throwable cause)
msg - error detailcause - underlying errorpublic MessagingException(Throwable cause)
cause - underlying errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.