Class BadCredentialsException

All Implemented Interfaces:
Serializable

public class BadCredentialsException extends AuthenticationException
Thrown when user authentication fails because of invalid username/password.
Author:
Alfonso Vásquez
See Also:
  • Constructor Details

    • BadCredentialsException

      public BadCredentialsException()
    • BadCredentialsException

      public BadCredentialsException(String s)
    • BadCredentialsException

      public BadCredentialsException(String s, Throwable throwable)