com.opensymphony.user.authenticator
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opensymphony.user.authenticator.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends java.lang.Exception

This is thrown if there is a problem with authentication. NOTE: This is NOT thrown if Authentication failed - in that case login(x,y) returns false.

See Also:
Serialized Form

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

See www.opensymphony.com for more information.