public class ProtocolCodecException
extends java.lang.Exception
ProtocolEncoder or
ProtocolDecoder cannot understand or failed to validate
data to process.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and 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.
|
private static final long serialVersionUID
public ProtocolCodecException()
public ProtocolCodecException(java.lang.String message)
public ProtocolCodecException(java.lang.Throwable cause)
public ProtocolCodecException(java.lang.String message,
java.lang.Throwable cause)