public class JBIException extends Exception
| Constructor and Description |
|---|
JBIException(String aMessage)
Creates a new instance of JBIException with an exception message.
|
JBIException(String aMessage,
Throwable aCause)
Creates a new instance of JBIException with the specified message
and cause.
|
JBIException(Throwable aCause)
Creates a new instance of JBIException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JBIException(String aMessage)
aMessage - String describing this exception.public JBIException(String aMessage, Throwable aCause)
aMessage - String describing this exception.aCause - Throwable which represents an underlying problem
(or null).public JBIException(Throwable aCause)
aCause - Throwable which represents an underlying problem
(or null).Copyright © 2011-2016 OpenESB Community. All Rights Reserved.