|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jasig.cas.authentication.handler.AuthenticationException
org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException
org.jasig.cas.authentication.handler.BadUsernameOrPasswordAuthenticationException
org.jasig.cas.authentication.handler.BadPasswordAuthenticationException
public class BadPasswordAuthenticationException
The exception to throw when we know the username is correct but the password is not.
| Field Summary | |
|---|---|
static BadPasswordAuthenticationException |
ERROR
Static instance of BadPasswordAuthenticationException. |
| Constructor Summary | |
|---|---|
BadPasswordAuthenticationException()
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception. |
|
BadPasswordAuthenticationException(java.lang.String code)
Constructor that allows for providing a custom error code for this class. |
|
BadPasswordAuthenticationException(java.lang.String code,
java.lang.Throwable throwable)
Constructor that allows for chaining of exceptions and a custom error code. |
|
BadPasswordAuthenticationException(java.lang.Throwable throwable)
Constructor that allows for the chaining of exceptions. |
|
| Method Summary |
|---|
| Methods inherited from class org.jasig.cas.authentication.handler.AuthenticationException |
|---|
getCode, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BadPasswordAuthenticationException ERROR
| Constructor Detail |
|---|
public BadPasswordAuthenticationException()
public BadPasswordAuthenticationException(java.lang.Throwable throwable)
throwable - the chained exception.public BadPasswordAuthenticationException(java.lang.String code)
code - the custom code to use with this exception.
public BadPasswordAuthenticationException(java.lang.String code,
java.lang.Throwable throwable)
code - the custom error code to use in message resolving.throwable - the chained exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||