public class KeycloakResourceCreationException extends Exception
| Constructor and Description |
|---|
KeycloakResourceCreationException() |
KeycloakResourceCreationException(String message,
javax.ws.rs.core.Response response) |
KeycloakResourceCreationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
KeycloakResourceCreationException(String message,
Throwable cause,
javax.ws.rs.core.Response response) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getResponseContent() |
javax.ws.rs.core.Response.StatusType |
getResponseStatus() |
int |
getResponseStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeycloakResourceCreationException()
public KeycloakResourceCreationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public KeycloakResourceCreationException(String message, Throwable cause, javax.ws.rs.core.Response response)
public KeycloakResourceCreationException(String message, javax.ws.rs.core.Response response)
public javax.ws.rs.core.Response.StatusType getResponseStatus()
public int getResponseStatusCode()
public String getResponseContent()
public String getMessage()
getMessage in class ThrowableCopyright © 2020. All Rights Reserved.