public class ProtocolCodecException extends Exception
ProtocolEncoder or
ProtocolDecoder cannot understand or failed to validate
data to process.| Constructor and Description |
|---|
ProtocolCodecException()
Constructs a new instance.
|
ProtocolCodecException(String message)
Constructs a new instance with the specified message.
|
ProtocolCodecException(String message,
Throwable cause)
Constructs a new instance with the specified message and the specified
cause.
|
ProtocolCodecException(Throwable cause)
Constructs a new instance with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolCodecException()
public ProtocolCodecException(String message)
public ProtocolCodecException(Throwable cause)