org.apache.mina.io
Class WriteTimeoutException

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

public class WriteTimeoutException
extends IOException

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

Version:
$Rev: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $,
Author:
The Apache Directory Project (dev@directory.apache.org)
See Also:
Serialized Form

Constructor Summary
WriteTimeoutException()
          Creates a new exception.
WriteTimeoutException(String s)
          Creates a new exception.
 
Method Summary
 
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(String s)
Creates a new exception.



Copyright © 2004-2005 . All Rights Reserved.