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

oracle.sdp.presence.integration
Class DocumentException

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

public class DocumentException
extends BuddyListException

Class for communicating failures that occur the implementation is manipulating the underlying XML documents. Such failures include errors during parsing, addition of new elements, etc.

See Also:
Serialized Form

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

DocumentException

public DocumentException()

DocumentException

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

DocumentException

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

DocumentException

public DocumentException(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.