| 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 | |||||
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a AccountLockedException with no detail message.
| |||||||||||
Constructs a AccountLockedException with the specified
detail message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a AccountLockedException with no detail message. A detail message is a String that describes this particular exception.
Constructs a AccountLockedException with the specified detail message. A detail message is a String that describes this particular exception.
| msg | the detail message. |
|---|