Package com.okta.sdk.resource.client
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.okta.sdk.resource.client.ApiException
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class ApiException
extends RuntimeException
- See Also:
-
Constructor Summary
ConstructorDescriptionApiException
(int code, String message) ApiException
(int code, String message, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(String message) ApiException
(String message, int code, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(String message, Throwable throwable, int code, Map<String, List<String>> responseHeaders) ApiException
(String message, Throwable throwable, int code, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApiException
public ApiException() -
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
ApiException
-
-
Method Details
-
getCode
public int getCode()Get the HTTP status code.- Returns:
- HTTP status code
-
getResponseHeaders
Get the HTTP response headers.- Returns:
- A map of list of string
-
getResponseBody
Get the HTTP response body.- Returns:
- Response body in the form of string
-
toString
-