org.apache.mina.io
Class WriteTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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: 326586 $, $Date: 2005-10-20 00:50:29 +0900 (목, 20 10월 2005) $,
- Author:
- The Apache Directory Project (dev@directory.apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WriteTimeoutException
public WriteTimeoutException()
- Creates a new exception.
WriteTimeoutException
public WriteTimeoutException(String s)
- Creates a new exception.