Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vrap.rmf.base.client.error.BaseException
io.vrap.rmf.base.client.ApiHttpException
io.vrap.rmf.base.client.error.ApiClientException
io.vrap.rmf.base.client.error.BadRequestException
com.commercetools.api.client.error.BadRequestException
- All Implemented Interfaces:
ErrorResponseException
,Serializable
public class BadRequestException
extends io.vrap.rmf.base.client.error.BadRequestException
implements ErrorResponseException
Deserializes the response payload as
ErrorResponse
- See Also:
-
Constructor Summary
ConstructorDescriptionBadRequestException
(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response) BadRequestException
(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response, io.vrap.rmf.base.client.ApiHttpRequest request) BadRequestException
(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response, io.vrap.rmf.base.client.ApiHttpRequest request, io.vrap.rmf.base.client.ResponseSerializer serializer) BadRequestException
(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response, io.vrap.rmf.base.client.ResponseSerializer serializer) -
Method Summary
Methods inherited from class io.vrap.rmf.base.client.ApiHttpException
getBody, getBodyAs, getHeaders, getMessage, getRequest, getResponse, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.commercetools.api.client.error.ErrorResponseException
hasErrorCode
-
Constructor Details
-
BadRequestException
-
BadRequestException
-
BadRequestException
-
BadRequestException
-
-
Method Details
-
getErrorResponse
- Specified by:
getErrorResponse
in interfaceErrorResponseException
-