Class UserNotAllowedException

All Implemented Interfaces:
Serializable

public class UserNotAllowedException extends AuthException
An authentication exception that is thrown when the user credentials are valid, but not allowed to authenticate for other reasons i.e. account disabled.
See Also:
  • Constructor Details

    • UserNotAllowedException

      public UserNotAllowedException()
    • UserNotAllowedException

      public UserNotAllowedException(String msg)
    • UserNotAllowedException

      public UserNotAllowedException(Throwable ex)
    • UserNotAllowedException

      public UserNotAllowedException(String msg, Throwable ex)