org.apache.mina.io
Class WriteTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.mina.io.WriteTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class WriteTimeoutException
extends java.io.IOException

An IOException which is thrown when write buffer is not flushed for SessionConfig.getWriteTimeout() seconds.

Version:
$Rev: 326586 $, $Date: 2005-10-19 17:50:29 +0200 (Wed, 19 Oct 2005) $,
Author:
The Apache Directory Project (dev@directory.apache.org)
See Also:
Serialized Form

Constructor Summary
WriteTimeoutException()
          Creates a new exception.
WriteTimeoutException(java.lang.String s)
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WriteTimeoutException

public WriteTimeoutException()
Creates a new exception.


WriteTimeoutException

public WriteTimeoutException(java.lang.String s)
Creates a new exception.