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