Class UserLockedException

All Implemented Interfaces:
Serializable

public class UserLockedException extends UserException
Thrown when a user account is attempted to be locked but is already locked.
Since:
2.1
See Also:
  • Constructor Details

    • UserLockedException

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