org.apache.mina.common
Class WriteTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.mina.common.WriteTimeoutException
- All Implemented Interfaces:
- Serializable
public class WriteTimeoutException
- extends IOException
An IOException
which is thrown when write buffer is not flushed for
IoSession.getWriteTimeout()
seconds.
- Version:
- $Rev: 555855 $, $Date: 2007-07-13 05:19:00 +0200 (Fr, 13. Jul 2007) $,
- Author:
- The Apache Directory Project (mina-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.
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.