Class TooLongFrameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.frame.TooLongFrameException
- All Implemented Interfaces:
Serializable
An
Exception
which is thrown when the length of the frame
decoded is greater than the maximum.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.TooLongFrameException
(String message) Creates a new instance.TooLongFrameException
(String message, Throwable cause) Creates a new instance.TooLongFrameException
(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TooLongFrameException
public TooLongFrameException()Creates a new instance. -
TooLongFrameException
Creates a new instance. -
TooLongFrameException
Creates a new instance. -
TooLongFrameException
Creates a new instance.
-