|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
public class JBIException
JBIException is the top-level exception thrown by all JBI system components.
Constructor Summary | |
---|---|
JBIException(java.lang.String aMessage)
Creates a new instance of JBIException with an exception message. |
|
JBIException(java.lang.String aMessage,
java.lang.Throwable aCause)
Creates a new instance of JBIException with the specified message and cause. |
|
JBIException(java.lang.Throwable aCause)
Creates a new instance of JBIException with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JBIException(java.lang.String aMessage)
aMessage
- String describing this exception.public JBIException(java.lang.String aMessage, java.lang.Throwable aCause)
aMessage
- String describing this exception.aCause
- Throwable which represents an underlying problem
(or null).public JBIException(java.lang.Throwable aCause)
aCause
- Throwable which represents an underlying problem
(or null).
|
${build-info} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |