Class ServiceClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.yellowdog.platform.clients.ServiceClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientErrorException
,NotAuthorisedException
,ServerErrorException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceClientException
(int httpStatusCode) ServiceClientException
(int httpStatusCode, String message) ServiceClientException
(int httpStatusCode, String message, Throwable cause) ServiceClientException
(int httpStatusCode, String message, List<String> detail) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ServiceClientException
public ServiceClientException(int httpStatusCode) -
ServiceClientException
-
ServiceClientException
-
ServiceClientException
-
-
Method Details
-
toString
-
getHttpStatusCode
public int getHttpStatusCode() -
getDetail
-