Package org.keycloak.partialimport
Class ErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.partialimport.ErrorResponseException
- All Implemented Interfaces:
Serializable
An exception that can hold a Response object.
- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorResponseException
public ErrorResponseException(jakarta.ws.rs.core.Response response)
-
-
Method Details
-
getResponse
public jakarta.ws.rs.core.Response getResponse()
-