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:
Serializable
An
IOException
which is thrown when write buffer is not flushed for
IoSession.getWriteTimeout()
seconds.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception.Creates a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WriteTimeoutException
public WriteTimeoutException()Creates a new exception. -
WriteTimeoutException
Creates a new exception.
-