Package org.keycloak.authentication
Class AuthenticationFlowException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.keycloak.authentication.AuthenticationFlowException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- ForkFlowException
 
 public class AuthenticationFlowException extends RuntimeException Throw this exception from an Authenticator, FormAuthenticator, or FormAction if you want to completely abort the flow.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticationFlowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AuthenticationFlowError error)AuthenticationFlowException(String message, Throwable cause, AuthenticationFlowError error)AuthenticationFlowException(String message, AuthenticationFlowError error)AuthenticationFlowException(Throwable cause, AuthenticationFlowError error)AuthenticationFlowException(List<AuthenticationFlowException> afeList)AuthenticationFlowException(AuthenticationFlowError error)AuthenticationFlowException(AuthenticationFlowError error, String eventDetails, String userErrorMessage)AuthenticationFlowException(AuthenticationFlowError error, javax.ws.rs.core.Response response)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthenticationFlowException>getAfeList()AuthenticationFlowErrorgetError()StringgetEventDetails()javax.ws.rs.core.ResponsegetResponse()StringgetUserErrorMessage()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AuthenticationFlowExceptionpublic AuthenticationFlowException(AuthenticationFlowError error) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(AuthenticationFlowError error, String eventDetails, String userErrorMessage) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(AuthenticationFlowError error, javax.ws.rs.core.Response response) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(String message, AuthenticationFlowError error) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(String message, Throwable cause, AuthenticationFlowError error) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(Throwable cause, AuthenticationFlowError error) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(List<AuthenticationFlowException> afeList) 
 - 
AuthenticationFlowExceptionpublic AuthenticationFlowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AuthenticationFlowError error) 
 
- 
 - 
Method Detail- 
getErrorpublic AuthenticationFlowError getError() 
 - 
getResponsepublic javax.ws.rs.core.Response getResponse() 
 - 
getAfeListpublic List<AuthenticationFlowException> getAfeList() 
 - 
getEventDetailspublic String getEventDetails() 
 - 
getUserErrorMessagepublic String getUserErrorMessage() 
 
- 
 
-