|
||||||||||
| 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.UncategorizedAuthenticationException
public abstract class UncategorizedAuthenticationException
Generic abstract exception to extend when you don't know what the heck is going on.
| Constructor Summary | |
|---|---|
UncategorizedAuthenticationException(java.lang.String code)
Constructor that allows for providing a custom error code for this class. |
|
UncategorizedAuthenticationException(java.lang.String code,
java.lang.Throwable throwable)
Constructor that allows for chaining of exceptions and a custom error code. |
|
| 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 |
| Constructor Detail |
|---|
public UncategorizedAuthenticationException(java.lang.String code)
code - the custom code to use with this exception.
public UncategorizedAuthenticationException(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 | |||||||||