|
|||||||||||
| 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
JBIException is the top-level exception thrown by all JBI system components.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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. |
|
| 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).
|
Built 06/07/2005 11:16 AM on acer (SunOS 5.9) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||