public class TooLongFrameException
extends java.lang.Exception
Exception
which is thrown when the length of the frame
decoded is greater than the 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)