Class DisabledAccountException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LockedAccountException

Thrown when attempting to authenticate and the corresponding account has been disabled for some reason.
Since:
0.1
See Also:
  • Constructor Details

    • DisabledAccountException

      Creates a new DisabledAccountException.
    • DisabledAccountException

      Constructs a new DisabledAccountException.
      Parameters:
      message - the reason for the exception
    • DisabledAccountException

      Constructs a new DisabledAccountException.
      Parameters:
      cause - the underlying Throwable that caused this exception to be thrown.
    • DisabledAccountException

      public DisabledAccountException(String message, Throwable cause)
      Constructs a new DisabledAccountException.
      Parameters:
      message - the reason for the exception
      cause - the underlying Throwable that caused this exception to be thrown.