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: