Package com.easypost.exception.API
Class JsonError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.easypost.exception.EasyPostException
com.easypost.exception.APIException
com.easypost.exception.API.JsonError
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.easypost.exception.APIException
getCode, getErrors, getMessage, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
JsonError
JsonError constructor.- Parameters:
 message- the exception message
 - 
JsonError
JsonError constructor with nested exception.- Parameters:
 message- the exception messagee- the nested exception
 
 -