Package com.inttegro
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inttegro.ApiException
- All Implemented Interfaces:
Serializable
API exception wrapping HTTP status and error payload.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApiException
-
ApiException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getCode
-
getType
-
getUrl
-
getDetail
-
getFixCode
-
getErrorCause
-
getRequestId
-
getReport
Returns the generated report, or null when no reporter was configured or selected it.
-