Class DisabledUserException

All Implemented Interfaces:
Serializable

public class DisabledUserException extends AuthenticationException
Thrown if an authentication attempt is performed with a disabled user.
Author:
avasquez
See Also:
  • Constructor Details

    • DisabledUserException

      public DisabledUserException(String s)
    • DisabledUserException

      public DisabledUserException(String s, Throwable throwable)