Class GatewayTimeoutError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.easypost.exception.EasyPostException
com.easypost.exception.APIException
com.easypost.exception.API.GatewayTimeoutError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGatewayTimeoutError(String message, String code, List<Object> errors, int statusCode) GatewayTimeoutError constructor. -
Method Summary
Methods inherited from class APIException
getCode, getErrors, getMessage, getStatusCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GatewayTimeoutError
-