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(java.lang.String message) |
EncodeException(java.lang.String message,
java.lang.Throwable cause) |
errorStatus, statuspublic EncodeException(java.lang.String message)
message - the reason for the failure.public EncodeException(java.lang.String message,
java.lang.Throwable cause)
message - possibly null reason for the failure.cause - the cause of the error.