Package com.orbipay.paymentsapi.client
Class OrbipayApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.orbipay.paymentsapi.client.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResponse
getErrorResponse()
int
getHttpStatusCode()
InvocationContext
getInvocationContext()
boolean
isTimedOut()
-
-
-
Method Detail
-
getHttpStatusCode
public int getHttpStatusCode()
-
isTimedOut
public boolean isTimedOut()
-
getErrorResponse
public ErrorResponse getErrorResponse()
-
getInvocationContext
public InvocationContext getInvocationContext()
-
-