Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

oracle.sdp.presence.integration
Class BuddyListException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.sdp.presence.integration.BuddyListException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentException, XDMException

public class BuddyListException
extends java.lang.Exception

Parent class for all exceptions concerning the BuddyListManager API. All operations performed on the BuddyListManager can throw an exception because the underlying implementation of the BuddyListManager must exchange data with the XDMS server on which documents are stored, and that can fail for a variety of reasons. In addition, these operations modify the XML structure, and that might cause an inconsistency in the document that would result in an exception.

See Also:
Serialized Form

Constructor Summary
BuddyListException()
           
BuddyListException(java.lang.String message)
           
BuddyListException(java.lang.String message, java.lang.Throwable cause)
           
BuddyListException(java.lang.Throwable cause)
           
 
Method Summary
 
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

BuddyListException

public BuddyListException()

BuddyListException

public BuddyListException(java.lang.String message)
Parameters:
message -

BuddyListException

public BuddyListException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -

BuddyListException

public BuddyListException(java.lang.Throwable cause)
Parameters:
cause -

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.