public class TooLongFrameException extends DecoderException
DecoderException which is thrown when the length of the frame
decoded is greater than the allowed maximum.| 构造器和说明 |
|---|
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.
|
public TooLongFrameException()
public TooLongFrameException(java.lang.String message,
java.lang.Throwable cause)
public TooLongFrameException(java.lang.String message)
public TooLongFrameException(java.lang.Throwable cause)