ProtocolDecoderException
, ProtocolEncoderException
public class ProtocolCodecException
extends java.lang.Exception
ProtocolEncoder
or
ProtocolDecoder
cannot understand or failed to validate
data to process.Constructor | Description |
---|---|
ProtocolCodecException() |
Constructs a new instance.
|
ProtocolCodecException(java.lang.String message) |
Constructs a new instance with the specified message.
|
ProtocolCodecException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new instance with the specified message and the specified
cause.
|
ProtocolCodecException(java.lang.Throwable cause) |
Constructs a new instance with the specified cause.
|
public ProtocolCodecException()
public ProtocolCodecException(java.lang.String message)
public ProtocolCodecException(java.lang.Throwable cause)
public ProtocolCodecException(java.lang.String message, java.lang.Throwable cause)