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