Class HunterTechPayException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.huntertechpay.exceptions.HunterTechPayException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, ValidationException

public class HunterTechPayException extends Exception
Base exception class for all HunterTechPay SDK exceptions.
See Also:
  • Constructor Details

    • HunterTechPayException

      public HunterTechPayException(String message)
    • HunterTechPayException

      public HunterTechPayException(String message, Throwable cause)
    • HunterTechPayException

      public HunterTechPayException(String message, int statusCode, String errorCode)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getErrorCode

      public String getErrorCode()