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