org.beepcore.beep.profile.sasl
Class AuthenticationFailureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.beepcore.beep.core.BEEPException
                    |
                    +--org.beepcore.beep.profile.sasl.SASLException
                          |
                          +--org.beepcore.beep.profile.sasl.AuthenticationFailureException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SequenceZeroFailure

public class AuthenticationFailureException
extends SASLException

This is the general superclass for all exceptions pertaining to the failure of SASL Authentication.

See Also:
Serialized Form

Constructor Summary
AuthenticationFailureException(java.lang.String message)
           
 
Methods inherited from class org.beepcore.beep.core.BEEPException
getCause, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailureException

public AuthenticationFailureException(java.lang.String message)


Copyright ? 2001 Invisible Worlds, Inc. All Rights Reserved.