spring · spring/BadCredentialsException
BadCredentialsException
BadCredentialsException
Thrown by Spring Security's AuthenticationManager when the supplied credentials (e.g. username/password) do not match any account. Subclass of AuthenticationException; handled by AuthenticationFailureHandler, which by default redirects to the login page with an error parameter.