public class AuthenticationRedirectException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
code |
(package private) String |
redirectUri |
| Constructor and Description |
|---|
AuthenticationRedirectException(Boolean autoRedirect,
String redirectUri) |
AuthenticationRedirectException(int code,
String redirectUri) |
AuthenticationRedirectException(String redirectUri) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getRedirectUri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringint code
String redirectUri
public AuthenticationRedirectException(String redirectUri)
public AuthenticationRedirectException(int code,
String redirectUri)
public int getCode()
public String getRedirectUri()
Copyright © 2020 JBoss by Red Hat. All rights reserved.