|
||||||||||
| 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
public class BadUsernameOrPasswordAuthenticationException
Exception to throw when we know the credentials provided were username/password and the combination is wrong.
| Field Summary | |
|---|---|
static BadUsernameOrPasswordAuthenticationException |
ERROR
Static instance of BadUsernameOrPasswordAuthenticationException. |
| Constructor Summary | |
|---|---|
BadUsernameOrPasswordAuthenticationException()
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception. |
|
BadUsernameOrPasswordAuthenticationException(java.lang.String code)
Constructor that allows for providing a custom error code for this class. |
|
BadUsernameOrPasswordAuthenticationException(java.lang.String code,
java.lang.Throwable throwable)
Constructor that allows for chaining of exceptions and a custom error code. |
|
BadUsernameOrPasswordAuthenticationException(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 BadUsernameOrPasswordAuthenticationException ERROR
| Constructor Detail |
|---|
public BadUsernameOrPasswordAuthenticationException()
public BadUsernameOrPasswordAuthenticationException(java.lang.Throwable throwable)
throwable - the chained exception.public BadUsernameOrPasswordAuthenticationException(java.lang.String code)
code - the custom code to use with this exception.
public BadUsernameOrPasswordAuthenticationException(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 | |||||||||