com.sun.im.service
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.im.service.CollaborationException
              extended bycom.sun.im.service.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends CollaborationException

See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(java.lang.String msg)
           
 
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

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(java.lang.String msg)