public class CorruptedFrameException
extends java.lang.Exception
Exception which is thrown when the received frame data can not
be decoded by a FrameDecoder implementation.| 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)