public abstract class RootCasException extends Exception
AuthenticationException,
TicketException,
Serialized Form| Constructor and Description |
|---|
RootCasException(String code)
Constructor that takes a
code description of the error along with the exception
msg generally for logging purposes. |
RootCasException(String code,
String msg)
Constructs a new exception with the code identifying the exception
and the error message.
|
RootCasException(String code,
Throwable throwable)
Constructs a new exception with the code identifying the exception
and the original throwable.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic RootCasException(String code)
code description of the error along with the exception
msg generally for logging purposes. These codes normally have a corresponding
entries in the messages file for the internationalization of error messages.code - the code to describe what type of exception this is.public RootCasException(String code, String msg)
code - the code to describe what type of exception this is.msg - The error message associated with this exception for additional logging purposes.Copyright © 2004-2015 Apereo. All Rights Reserved.