Class ClientErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.yellowdog.platform.clients.ServiceClientException
co.yellowdog.platform.clients.ClientErrorException
- All Implemented Interfaces:
Serializable
Thrown when a YellowDog service returns an HTTP 4xx error due to an issue with a request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientErrorException
(int httpStatusCode, String message, List<String> detail) -
Method Summary
Methods inherited from class co.yellowdog.platform.clients.ServiceClientException
getDetail, getHttpStatusCode, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ClientErrorException
-