public abstract class AuthenticationException extends RootCasException
| Constructor and Description |
|---|
AuthenticationException(String code) |
AuthenticationException(String code,
String msg) |
AuthenticationException(String code,
String msg,
String type) |
AuthenticationException(String code,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Method to return the error type of this exception.
|
getCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AuthenticationException(String code)
public AuthenticationException(String code, String msg, String type)
type - The type of the error message that caused the exception to be thrown. By default,
all errors are considered of error.code - the exception codemsg - the error messagepublic final String getType()
Copyright © 2004-2015 Apereo. All Rights Reserved.