public class AuthenticationFlowException extends RuntimeException
Constructor and Description |
---|
AuthenticationFlowException(AuthenticationFlowError error) |
AuthenticationFlowException(AuthenticationFlowError error,
javax.ws.rs.core.Response response) |
AuthenticationFlowException(List<AuthenticationFlowException> afeList) |
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 |
---|---|
List<AuthenticationFlowException> |
getAfeList() |
AuthenticationFlowError |
getError() |
javax.ws.rs.core.Response |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationFlowException(AuthenticationFlowError error)
public AuthenticationFlowException(AuthenticationFlowError error, javax.ws.rs.core.Response response)
public AuthenticationFlowException(String message, AuthenticationFlowError error)
public AuthenticationFlowException(String message, Throwable cause, AuthenticationFlowError error)
public AuthenticationFlowException(Throwable cause, AuthenticationFlowError error)
public AuthenticationFlowException(List<AuthenticationFlowException> afeList)
public AuthenticationFlowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AuthenticationFlowError error)
public AuthenticationFlowError getError()
public javax.ws.rs.core.Response getResponse()
public List<AuthenticationFlowException> getAfeList()
Copyright © 2020 JBoss by Red Hat. All rights reserved.