Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.persequor.saga.modules.izkm.exceptions.ApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApiException
(int code, String message) ApiException
(int code, String message, Map<String, List<String>> responseHeaders, String responseBody) ApiException
(IzkmHttpResponse response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ApiException
public ApiException() -
ApiException
-
ApiException
-
ApiException
-
-
Method Details
-
getCode
public int getCode() -
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-
getResponseHeaders
Get the HTTP response headers. -
getResponseBody
Get the HTTP response body.
-