public class EncodeException extends FeignException
javax.websocket.EncodeException, raised when a problem occurs encoding a
message. Note that EncodeException is not an IOException, nor does it have one
set as its cause.FeignException.BadGateway, FeignException.BadRequest, FeignException.Conflict, FeignException.FeignClientException, FeignException.FeignServerException, FeignException.Forbidden, FeignException.GatewayTimeout, FeignException.Gone, FeignException.InternalServerError, FeignException.MethodNotAllowed, FeignException.NotAcceptable, FeignException.NotFound, FeignException.NotImplemented, FeignException.ServiceUnavailable, FeignException.TooManyRequests, FeignException.Unauthorized, FeignException.UnprocessableEntity, FeignException.UnsupportedMediaType| Constructor and Description |
|---|
EncodeException(String message) |
EncodeException(String message,
Throwable cause) |
content, contentUTF8, errorStatus, hasRequest, request, responseBody, statusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2021 OpenFeign. All rights reserved.