public class BadPasswordAuthenticationException extends BadUsernameOrPasswordAuthenticationException
| Modifier and Type | Field and Description |
|---|---|
static BadPasswordAuthenticationException |
ERROR
Static instance of BadPasswordAuthenticationException.
|
| Constructor and Description |
|---|
BadPasswordAuthenticationException()
Default constructor that does not allow the chaining of exceptions and
uses the default code as the error code for this exception.
|
BadPasswordAuthenticationException(String code)
Constructor that allows for providing a custom error code for this class.
|
BadPasswordAuthenticationException(String code,
Throwable throwable)
Constructor that allows for chaining of exceptions and a custom error
code.
|
BadPasswordAuthenticationException(Throwable throwable)
Constructor that allows for the chaining of exceptions.
|
getCode, getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final BadPasswordAuthenticationException ERROR
public BadPasswordAuthenticationException()
public BadPasswordAuthenticationException(Throwable throwable)
throwable - the chained exception.public BadPasswordAuthenticationException(String code)
code - the custom code to use with this exception.Copyright © 2004-2012 Jasig. All Rights Reserved.