Class UserUnlockedException

All Implemented Interfaces:
Serializable

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

    • UserUnlockedException

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