public class CorruptedFrameException extends DecoderException
DecoderException which is thrown when the received frame data could not be decoded by
an inbound handler.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CorruptedFrameException()
Creates a new instance.
|
CorruptedFrameException(java.lang.String message)
Creates a new instance.
|
CorruptedFrameException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
CorruptedFrameException(java.lang.Throwable cause)
Creates a new instance.
|
private static final long serialVersionUID
public CorruptedFrameException()
public CorruptedFrameException(java.lang.String message,
java.lang.Throwable cause)
public CorruptedFrameException(java.lang.String message)
public CorruptedFrameException(java.lang.Throwable cause)