Package com.increase.api.errors
Class IncreaseServiceException
-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class IncreaseServiceException extends IncreaseException
-
-
Constructor Summary
Constructors Constructor Description IncreaseServiceException(Integer statusCode, Headers headers, String body, IncreaseError error, String message, Throwable cause)IncreaseServiceException(Integer statusCode, Headers headers, String body, IncreaseError error, String message)IncreaseServiceException(Integer statusCode, Headers headers, String body, IncreaseError error)
-
Method Summary
Modifier and Type Method Description final IntegerstatusCode()final Headersheaders()final Stringbody()final IncreaseErrorerror()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IncreaseServiceException
IncreaseServiceException(Integer statusCode, Headers headers, String body, IncreaseError error, String message, Throwable cause)
-
IncreaseServiceException
IncreaseServiceException(Integer statusCode, Headers headers, String body, IncreaseError error, String message)
-
IncreaseServiceException
IncreaseServiceException(Integer statusCode, Headers headers, String body, IncreaseError error)
-
-
Method Detail
-
statusCode
final Integer statusCode()
-
error
final IncreaseError error()
-
-
-
-