org.jboss.netty.handler.timeout
类 WriteTimeoutException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.jboss.netty.channel.ChannelException
                  继承者 org.jboss.netty.handler.timeout.TimeoutException
                      继承者 org.jboss.netty.handler.timeout.WriteTimeoutException
所有已实现的接口:
java.io.Serializable

public class WriteTimeoutException
extends TimeoutException

当在一定时间周期内没有数据被写则则WriteTimeoutHandler会抛出TimeoutException.

另请参见:
序列化表格

构造方法摘要
WriteTimeoutException()
          创建一个实例.
WriteTimeoutException(java.lang.String message)
          创建一个实例.
WriteTimeoutException(java.lang.String message, java.lang.Throwable cause)
          创建一个实例.
WriteTimeoutException(java.lang.Throwable cause)
          创建一个实例.
 
方法摘要
 
从类 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
 

构造方法详细信息

WriteTimeoutException

public WriteTimeoutException()
创建一个实例.


WriteTimeoutException

public WriteTimeoutException(java.lang.String message,
                             java.lang.Throwable cause)
创建一个实例.


WriteTimeoutException

public WriteTimeoutException(java.lang.String message)
创建一个实例.


WriteTimeoutException

public WriteTimeoutException(java.lang.Throwable cause)
创建一个实例.