|
Oracle Application Server Wireless Java API Reference B14043-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.push.PushException
oracle.panama.messaging.xms.XMSException
Thrown to indicate any exceptional conditions to the applications using the XMS API.
| Field Summary |
| Fields inherited from class oracle.panama.messaging.push.PushException |
BAD_USER_OR_PASSWORD, CAN_NOT_CREATE_MESSAGING_SERVER_OBJ, ILLEGAL_ADDRESS, ILLEGAL_RECIPIENT_ADDRESS, INVALID_VALUE, NO_FROM_ADDRESS, NO_MESSAGE_BODY, NO_MESSAGE_ENCODING, NO_MESSAGE_PART, NO_MESSAGING_GATEWAY, NO_RECIPIENTS, NO_RESPONSE_DATA, NO_TRANSPORT, NOT_SUPPORTED_BY_SERVER, SQL_EXCEPTION, TRANSPORT_EXCEPTION, UNKNOW_EXCEPTION, UNSUPPORTED_VERSION |
| Constructor Summary | |
XMSException(java.lang.String reason) |
|
XMSException(java.lang.String reason, java.lang.Throwable detail)Construct a XMSException with a nested exception, the message will be derived from the nested exception. |
|
XMSException(java.lang.Throwable detail)Construct a XMSException with a nested exception, the message will be derived from the nested exception. |
|
| Method Summary | |
java.lang.Throwable |
getDetail()Get the nested exception. |
| Methods inherited from class oracle.panama.messaging.push.PushException |
getErrorCode |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public XMSException(java.lang.String reason)
public XMSException(java.lang.String reason,
java.lang.Throwable detail)
detail - the nested exception.getDetail()public XMSException(java.lang.Throwable detail)
detail - the nested exception.getDetail()| Method Detail |
public java.lang.Throwable getDetail()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||