com.arsdigita.kernel.security
Class AccountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
com.arsdigita.kernel.security.KernelLoginException
com.arsdigita.kernel.security.AccountException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccountExpiredException, AccountLockedException, AccountNotFoundException
- public class AccountException
- extends KernelLoginException
Represents an error encountered while accessing a user account during
login. Subclasses define particular errors.
- Author:
- Sameer Ajmani
- See Also:
- Serialized Form
versionId
public static final String versionId
- See Also:
- Constant Field Values
AccountException
public AccountException()
AccountException
public AccountException(String message)
AccountException
public AccountException(Throwable rootCause)
AccountException
public AccountException(String message,
Throwable rootCause)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC