Package org.keycloak.authentication
Class ForkFlowException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.keycloak.authentication.AuthenticationFlowException
- 
- org.keycloak.authentication.ForkFlowException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ForkFlowException extends AuthenticationFlowException Thrown internally when authenticator wants to fork the current flow.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected FormMessageerrorMessageprotected FormMessagesuccessMessage
 - 
Constructor SummaryConstructors Constructor Description ForkFlowException(FormMessage successMessage, FormMessage errorMessage)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FormMessagegetErrorMessage()FormMessagegetSuccessMessage()- 
Methods inherited from class org.keycloak.authentication.AuthenticationFlowExceptiongetAfeList, getError, getEventDetails, getResponse, getUserErrorMessage
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
successMessageprotected FormMessage successMessage 
 - 
errorMessageprotected FormMessage errorMessage 
 
- 
 - 
Constructor Detail- 
ForkFlowExceptionpublic ForkFlowException(FormMessage successMessage, FormMessage errorMessage) 
 
- 
 - 
Method Detail- 
getSuccessMessagepublic FormMessage getSuccessMessage() 
 - 
getErrorMessagepublic FormMessage getErrorMessage() 
 
- 
 
-