public abstract class MultiFactorAuthenticationBaseTicketValidationException extends RuntimeException
UnacceptableMultiFactorAuthenticationMethodException,
UnrecognizedMultiFactorAuthenticationMethodException,
Serialized Form| Constructor and Description |
|---|
MultiFactorAuthenticationBaseTicketValidationException(String c,
String msg,
String authnMethod)
Initialize the exception object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMethod() |
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultiFactorAuthenticationBaseTicketValidationException(String c, String msg, String authnMethod)
c - the error codemsg - the error message describing this exceptionauthnMethod - the authentication method requestedCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.