public class BadCredentialsAuthenticationException extends AuthenticationException
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE
Default constructor that does not allow the chaining of exceptions and
uses the default code as the error code for this exception.
|
static BadCredentialsAuthenticationException |
ERROR
Static instance of class to prevent cost incurred by creating new
instance.
|
| Constructor and Description |
|---|
BadCredentialsAuthenticationException()
Default constructor that does not allow the chaining of exceptions and
uses the default code as the error code for this exception.
|
BadCredentialsAuthenticationException(String code)
Constructor method to allow for providing a custom code to associate with
this exception.
|
BadCredentialsAuthenticationException(String code,
Throwable throwable)
Constructor to allow for the chaining of exceptions and use of a
non-default code.
|
BadCredentialsAuthenticationException(Throwable throwable)
Constructor to allow for the chaining of exceptions.
|
getCode, getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final BadCredentialsAuthenticationException ERROR
public static final String CODE
public BadCredentialsAuthenticationException()
public BadCredentialsAuthenticationException(Throwable throwable)
throwable - the chainable exception.public BadCredentialsAuthenticationException(String code)
code - the code to use.Copyright © 2004-2012 Jasig. All Rights Reserved.