|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
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.
构造方法摘要 | |
---|---|
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. |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public TooLongFrameException()
public TooLongFrameException(java.lang.String message, java.lang.Throwable cause)
public TooLongFrameException(java.lang.String message)
public TooLongFrameException(java.lang.Throwable cause)
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |