|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jbora.JBoraException
Generic JBora exception. All other exceptions from the JBora package are subclasses of this class.
| Constructor Summary | |
JBoraException()
Creates a new exception. |
|
JBoraException(String message)
Creates a new exception and initializes it with a message. |
|
JBoraException(String message,
Throwable cause)
Creates a new exception and initializes it with a cause and a message. |
|
JBoraException(Throwable cause)
Creates a new exception and initializes it with a 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 JBoraException()
public JBoraException(String message)
message - Exception messagepublic JBoraException(Throwable cause)
cause - Exception cause
public JBoraException(String message,
Throwable cause)
message - Exception messagecause - Exception cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||