Class JuspayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
in.juspay.exception.JuspayException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
APIConnectionException,APIException,AuthenticationException,AuthorizationException,InvalidKeysException,InvalidRequestException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJuspayException(int httpResponseCode, String status, String errorCode, String errorMessage) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JuspayException
-
-
Method Details
-
getHttpResponseCode
public int getHttpResponseCode() -
getStatus
-
getErrorCode
-
getErrorMessage
-
toString
-