javax.security.auth.login
public class: AccountException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.login.AccountException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountLockedException, AccountNotFoundException, AccountExpiredException
A generic account exception.
| Constructor: |
public AccountException() {
super();
}
Constructs a AccountException with no detail message. A detail
message is a String that describes this particular exception. |
public AccountException(String msg) {
super(msg);
}
Constructs a AccountException with the specified detail message.
A detail message is a String that describes this particular
exception.
Parameters:
msg - the detail message.
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |