Class GPClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.gopay.api.v3.GPClientException
All Implemented Interfaces:
Serializable

public class GPClientException extends Exception
Author:
Zbynek Novak novak.zbynek@gmail.com
See Also:
  • Constructor Details

    • GPClientException

      public GPClientException(int httpResultCode, APIError error)
  • Method Details

    • getError

      public APIError getError()
    • getDateIssued

      public Date getDateIssued()
    • getErrorMessages

      public List<ErrorElement> getErrorMessages()
    • extractMessage

      public String extractMessage()