Class HunterTechPayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.huntertechpay.exceptions.HunterTechPayException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException,ValidationException
Base exception class for all HunterTechPay SDK exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHunterTechPayException(String message) HunterTechPayException(String message, int statusCode, String errorCode) HunterTechPayException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HunterTechPayException
-
HunterTechPayException
-
HunterTechPayException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getErrorCode
-