Class AlphaPayApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.alphapay.api.exception.AlphaPayApiException
All Implemented Interfaces:
Serializable

public class AlphaPayApiException extends Exception
See Also:
  • Constructor Details

    • AlphaPayApiException

      public AlphaPayApiException()
    • AlphaPayApiException

      public AlphaPayApiException(String message, Throwable cause)
    • AlphaPayApiException

      public AlphaPayApiException(String message)
    • AlphaPayApiException

      public AlphaPayApiException(Throwable cause)
    • AlphaPayApiException

      public AlphaPayApiException(String errCode, String errMsg)
  • Method Details

    • getErrCode

      public String getErrCode()
    • getErrMsg

      public String getErrMsg()