com.sun.im.service
Class CollaborationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.im.service.CollaborationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException, CertificateRejectedException, ConflictException, ServiceUnavailableException, TimeoutException

public class CollaborationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CollaborationException()
           
CollaborationException(java.lang.String msg)
           
CollaborationException(java.lang.String msg, java.lang.Throwable t)
           
CollaborationException(java.lang.Throwable t)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollaborationException

public CollaborationException()

CollaborationException

public CollaborationException(java.lang.String msg)

CollaborationException

public CollaborationException(java.lang.Throwable t)

CollaborationException

public CollaborationException(java.lang.String msg,
                              java.lang.Throwable t)