Package com.checkout

Class CheckoutApiException

    • Constructor Summary

      Constructors 
      Constructor Description
      CheckoutApiException​(java.lang.Integer httpStatusCode, java.util.Map<java.lang.String,​java.lang.String> responseHeaders, java.util.Map<java.lang.String,​java.lang.Object> errorDetails)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getErrorDetails()  
      java.lang.Integer getHttpStatusCode()  
      java.lang.String getRequestId()  
      java.util.Map<java.lang.String,​java.lang.String> getResponseHeaders()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CheckoutApiException

        public CheckoutApiException​(java.lang.Integer httpStatusCode,
                                    java.util.Map<java.lang.String,​java.lang.String> responseHeaders,
                                    java.util.Map<java.lang.String,​java.lang.Object> errorDetails)
    • Method Detail

      • getRequestId

        public java.lang.String getRequestId()
      • getHttpStatusCode

        public java.lang.Integer getHttpStatusCode()
      • getResponseHeaders

        public java.util.Map<java.lang.String,​java.lang.String> getResponseHeaders()
      • getErrorDetails

        public java.util.Map<java.lang.String,​java.lang.Object> getErrorDetails()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable