public final class TooLongHttpContentException extends TooLongFrameException
TooLongFrameException which is thrown when the length of the
content decoded is greater than the allowed maximum.| 构造器和说明 |
|---|
TooLongHttpContentException()
Creates a new instance.
|
TooLongHttpContentException(java.lang.String message)
Creates a new instance.
|
TooLongHttpContentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
TooLongHttpContentException(java.lang.Throwable cause)
Creates a new instance.
|
public TooLongHttpContentException()
public TooLongHttpContentException(java.lang.String message,
java.lang.Throwable cause)
public TooLongHttpContentException(java.lang.String message)
public TooLongHttpContentException(java.lang.Throwable cause)