|
||||||||||
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(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. |
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(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).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |