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.
See Also:
  • Constructor Details

    • WriteTimeoutException

      public WriteTimeoutException()
      Creates a new exception.
    • WriteTimeoutException

      public WriteTimeoutException(String s)
      Creates a new exception.