Class OrbipayApiException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrbipayApiException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OrbipayApiException​(java.lang.String message, java.lang.Throwable throwable, int code, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders, java.lang.String responseBody)  
    • Constructor Detail

      • OrbipayApiException

        public OrbipayApiException​(java.lang.String message,
                                   java.lang.Throwable throwable,
                                   int code,
                                   java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders,
                                   java.lang.String responseBody)
    • Method Detail

      • getHttpStatusCode

        public int getHttpStatusCode()
      • isTimedOut

        public boolean isTimedOut()