Package dev.postproxy.sdk.exception
Class PostProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.postproxy.sdk.exception.PostProxyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException,BadRequestException,NotFoundException,ValidationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostProxyException(String message, int statusCode, Map<String, Object> response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PostProxyException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getResponse
-