Class InvalidCredentialsException

All Implemented Interfaces:
Serializable

public class InvalidCredentialsException extends AuthenticationException
Throws when there's no user with a given username/password combination.
See Also:
  • Constructor Details

    • InvalidCredentialsException

      public InvalidCredentialsException(String message)
      for security reasons you should never nest other exceptions here to avoid the possibility of finding out the cause of the problem