|
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.presence.model.PresenceException
This exception will be thrown by the PresenceServer instance when an operation fails.
| Constructor Summary | |
PresenceException(java.lang.String message)Constructor. |
|
PresenceException(java.lang.Throwable nestedException)Constructor. |
|
| Method Summary | |
java.lang.Throwable |
getNestedException()Return the nested exception. |
| 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 PresenceException(java.lang.String message)
message - the error message.public PresenceException(java.lang.Throwable nestedException)
nestedException - any exception to be stored as nested exception.| Method Detail |
public java.lang.Throwable getNestedException()
|
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 | |||||||||