Class AccountLockedException

All Implemented Interfaces:
Serializable

public class AccountLockedException extends AccountException
Thrown when an authentication request is rejected because the account is in a locked state. The account cannot be used until an administrator unlocks the account.
Since:
1.7
See Also:
  • Constructor Details

    • AccountLockedException

      public AccountLockedException(String message)
      Constructs an AccountLockedException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).