org.apache.cocoon.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.auth.AuthenticationException
- All Implemented Interfaces:
- Serializable
- public class AuthenticationException
- extends Exception
This exception is thrown by a SecurityHandler
if the authentication
fails.
- Version:
- $Id: AuthenticationException.java 587757 2007-10-24 02:52:49Z vgritsenko $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AUTHENTICATION_FAILED
public static final int AUTHENTICATION_FAILED
- See Also:
- Constant Field Values
AUTHENTICATION_FAILED_ACCOUNT_CLOSED
public static final int AUTHENTICATION_FAILED_ACCOUNT_CLOSED
- See Also:
- Constant Field Values
AUTHENTICATION_FAILED_ACCOUNT_IS_CLOSED
public static final int AUTHENTICATION_FAILED_ACCOUNT_IS_CLOSED
- See Also:
- Constant Field Values
AUTHENTICATION_FAILED_PASSWORD_EXPIRED
public static final int AUTHENTICATION_FAILED_PASSWORD_EXPIRED
- See Also:
- Constant Field Values
errorCode
protected int errorCode
AuthenticationException
public AuthenticationException()
AuthenticationException
public AuthenticationException(String message,
Throwable cause)
AuthenticationException
public AuthenticationException(String message)
AuthenticationException
public AuthenticationException(Throwable cause)
AuthenticationException
public AuthenticationException(int s)
AuthenticationException
public AuthenticationException(String message,
int s,
Throwable cause)
AuthenticationException
public AuthenticationException(String message,
int s)
AuthenticationException
public AuthenticationException(int s,
Throwable cause)
getErrorCode
public int getErrorCode()
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.