Class UnauthorizedAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apereo.cas.authentication.RootCasException
org.apereo.cas.authentication.AuthenticationException
org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
- All Implemented Interfaces:
Serializable
This is
UnauthorizedAuthenticationException.- Since:
- 5.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedAuthenticationException(String message, Map<String, Throwable> handlerErrors) UnauthorizedAuthenticationException(String message, Map<String, Throwable> handlerErrors, Map<String, AuthenticationHandlerExecutionResult> handlerSuccesses) UnauthorizedAuthenticationException(Map<String, Throwable> handlerErrors) UnauthorizedAuthenticationException(Map<String, Throwable> handlerErrors, Map<String, AuthenticationHandlerExecutionResult> handlerSuccesses) -
Method Summary
Methods inherited from class org.apereo.cas.authentication.AuthenticationException
getHandlerErrors, getHandlerSuccessesMethods inherited from class org.apereo.cas.authentication.RootCasException
getArgs, getCode, withCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedAuthenticationException
-
UnauthorizedAuthenticationException
-
UnauthorizedAuthenticationException
-
UnauthorizedAuthenticationException
-
UnauthorizedAuthenticationException
-