net.spy.aaa
Class AuthException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.spy.util.NestedException
              extended bynet.spy.aaa.AuthException
All Implemented Interfaces:
Serializable

public class AuthException
extends NestedException

Exception thrown when authentication failures occur.

See Also:
Serialized Form

Constructor Summary
AuthException(String message)
          Get an instance of AuthException.
AuthException(String message, Throwable root)
          Get an instance of AuthException.
 
Methods inherited from class net.spy.util.NestedException
getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthException

public AuthException(String message)
Get an instance of AuthException.


AuthException

public AuthException(String message,
                     Throwable root)
Get an instance of AuthException.