public class ApiException
extends io.apimatic.core.types.CoreApiException
| Constructor and Description |
|---|
ApiException(String reason)
Initialization constructor.
|
ApiException(String reason,
io.apimatic.coreinterfaces.http.Context context)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Converts this ApiException into string format.
|
getHttpContext, getResponseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ApiException(String reason)
reason - The reason for throwing exceptionpublic ApiException(String reason, io.apimatic.coreinterfaces.http.Context context)
reason - The reason for throwing exceptioncontext - The http context of the API exceptionCopyright © 2025. All rights reserved.