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

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

public class TooLongFrameException
extends java.lang.Exception

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
 

构造方法详细信息

TooLongFrameException

public TooLongFrameException()
Creates a new instance.


TooLongFrameException

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


TooLongFrameException

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


TooLongFrameException

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