org.jboss.netty.handler.codec.frame
类 CorruptedFrameException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 org.jboss.netty.handler.codec.frame.CorruptedFrameException
所有已实现的接口:
java.io.Serializable

public class CorruptedFrameException
extends java.lang.Exception

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
 

构造方法详细信息

CorruptedFrameException

public CorruptedFrameException()
Creates a new instance.


CorruptedFrameException

public CorruptedFrameException(java.lang.String message,
                               java.lang.Throwable cause)
Creates a new instance.


CorruptedFrameException

public CorruptedFrameException(java.lang.String message)
Creates a new instance.


CorruptedFrameException

public CorruptedFrameException(java.lang.Throwable cause)
Creates a new instance.