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="2025-01-10T13:13:30.124931-06:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApiException
extends RuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApiException
(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