|
||||||||||
| 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.BlockedCredentialsAuthenticationException
public class BlockedCredentialsAuthenticationException
Exception to represent credentials that have been blocked for a reason such as Locked account.
| Field Summary | |
|---|---|
static BlockedCredentialsAuthenticationException |
ERROR
Static instance of BlockedCredentialsAuthenticationException. |
| Constructor Summary | |
|---|---|
BlockedCredentialsAuthenticationException()
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception. |
|
BlockedCredentialsAuthenticationException(java.lang.String code)
Constructor that allows for providing a custom error code for this class. |
|
BlockedCredentialsAuthenticationException(java.lang.String code,
java.lang.Throwable throwable)
Constructor that allows for chaining of exceptions and a custom error code. |
|
BlockedCredentialsAuthenticationException(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 BlockedCredentialsAuthenticationException ERROR
| Constructor Detail |
|---|
public BlockedCredentialsAuthenticationException()
public BlockedCredentialsAuthenticationException(java.lang.Throwable throwable)
throwable - the chained exception.public BlockedCredentialsAuthenticationException(java.lang.String code)
code - the custom code to use with this exception.
public BlockedCredentialsAuthenticationException(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 | |||||||||