|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception org.jboss.netty.handler.codec.frame.CorruptedFrameException
public class CorruptedFrameException
An Exception
which is thrown when the received frame data can not
be decoded by a FrameDecoder
implementation.
构造方法摘要 | |
---|---|
CorruptedFrameException()
Creates a new instance. |
|
CorruptedFrameException(java.lang.String message)
Creates a new instance. |
|
CorruptedFrameException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance. |
|
CorruptedFrameException(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 CorruptedFrameException()
public CorruptedFrameException(java.lang.String message, java.lang.Throwable cause)
public CorruptedFrameException(java.lang.String message)
public CorruptedFrameException(java.lang.Throwable cause)
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |