public class AuthenticationFlowException extends RuntimeException
Constructor and Description |
---|
AuthenticationFlowException(AuthenticationFlowError error) |
AuthenticationFlowException(String message,
AuthenticationFlowError error) |
AuthenticationFlowException(String message,
Throwable cause,
AuthenticationFlowError error) |
AuthenticationFlowException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
AuthenticationFlowError error) |
AuthenticationFlowException(Throwable cause,
AuthenticationFlowError error) |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowError |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationFlowException(AuthenticationFlowError error)
public AuthenticationFlowException(String message, AuthenticationFlowError error)
public AuthenticationFlowException(String message, Throwable cause, AuthenticationFlowError error)
public AuthenticationFlowException(Throwable cause, AuthenticationFlowError error)
public AuthenticationFlowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AuthenticationFlowError error)
public AuthenticationFlowError getError()
Copyright © 2016 JBoss by Red Hat. All rights reserved.