public class DecodeException extends FeignException
javax.websocket.DecodeException, raised when a problem occurs decoding a
message. Note that DecodeException is not an IOException, nor does it have one
set as its cause.FeignException.BadGateway, FeignException.BadRequest, FeignException.Conflict, 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 |
|---|
DecodeException(int status,
String message) |
DecodeException(int status,
String message,
Throwable cause) |
content, contentUTF8, errorStatus, statusaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecodeException(int status,
String message)
message - the reason for the failure.Copyright © 2012–2019 OpenFeign. All rights reserved.