Module java.base

Class AccountLockedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class AccountLockedException extends AccountException
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.

Since:
1.5
See Also: