Package 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:
java.io.Serializable
public class WriteTimeoutException extends java.io.IOException
AnIOException
which is thrown when write buffer is not flushed forIoSession.getWriteTimeout()
seconds.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriteTimeoutException()
Creates a new exception.WriteTimeoutException(java.lang.String s)
Creates a new exception.
-