|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jboss.netty.handler.codec.frame.TooLongFrameException
public class TooLongFrameException
An Exception
which is thrown when the length of the frame
decoded by DelimiterBasedFrameDecoder
is greater than the maximum.
Constructor Summary | |
---|---|
TooLongFrameException()
Creates 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 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TooLongFrameException()
public TooLongFrameException(String message, Throwable cause)
public TooLongFrameException(String message)
public TooLongFrameException(Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |