Class BadCredentialsException

All Implemented Interfaces:
Serializable

public class BadCredentialsException extends AuthenticationException
Thrown if an authentication request is rejected because the credentials are invalid. For this exception to be thrown, it means the account is neither locked nor disabled.
See Also:
  • Constructor Details

    • BadCredentialsException

      public BadCredentialsException(String msg)
      Constructs a BadCredentialsException with the specified message.
      Parameters:
      msg - the detail message
    • BadCredentialsException

      public BadCredentialsException(String msg, Throwable cause)
      Constructs a BadCredentialsException with the specified message and root cause.
      Parameters:
      msg - the detail message
      cause - root cause