javax.security.auth.login
public class: AccountLockedException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.login.AccountException
javax.security.auth.login.AccountLockedException
All Implemented Interfaces:
Serializable
Signals that an account was locked.
This exception may be thrown by a LoginModule if it
determines that authentication is being attempted on a
locked account.
Constructor: |
public AccountLockedException() {
super();
}
Constructs a AccountLockedException with no detail message.
A detail message is a String that describes this particular exception. |
public AccountLockedException(String msg) {
super(msg);
}
Constructs a AccountLockedException 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: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |