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.Constructor and Description |
---|
DecodeException(String message) |
DecodeException(String message,
Throwable cause) |
errorStatus, status
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2012–2018 OpenFeign. All rights reserved.