public class TooLongFrameException extends DecoderException
DecoderException
which is thrown when the length of the frame
decoded is greater than the allowed maximum.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TooLongFrameException()
Creates a new instance.
|
TooLongFrameException(java.lang.String message)
Creates a new instance.
|
TooLongFrameException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
TooLongFrameException(java.lang.Throwable cause)
Creates a new instance.
|
private static final long serialVersionUID
public TooLongFrameException()
public TooLongFrameException(java.lang.String message, java.lang.Throwable cause)
public TooLongFrameException(java.lang.String message)
public TooLongFrameException(java.lang.Throwable cause)