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.Constructor and Description |
---|
EncodeException(String message) |
EncodeException(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.