Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.presence.model
Class PresenceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.presence.model.PresenceException
All Implemented Interfaces:
java.io.Serializable

public class PresenceException
extends java.lang.Exception

This exception will be thrown by the PresenceServer instance when an operation fails.

See Also:
Serialized Form

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

PresenceException

public PresenceException(java.lang.String message)
Constructor.
Parameters:
message - the error message.

PresenceException

public PresenceException(java.lang.Throwable nestedException)
Constructor.
Parameters:
nestedException - any exception to be stored as nested exception.
Method Detail

getNestedException

public java.lang.Throwable getNestedException()
Return the nested exception.
Returns:
the nested exception.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.