|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.panama.messaging.transport.DriverException
The driver exception.
| Field Summary | |
static int |
FATAL |
static int |
NON_FATAL |
| Constructor Summary | |
DriverException(int level, java.lang.String msg)Constructor. | |
| Method Summary | |
int |
getLevel()Get the exception code. |
java.lang.String |
getMessage()Get the exception message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int FATAL
public static final int NON_FATAL
| Constructor Detail |
public DriverException(int level,
java.lang.String msg)
level - the exception level.msg - the exception message.| Method Detail |
public int getLevel()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||