Uses of Class
org.apache.mina.core.write.WriteException
-
Packages that use WriteException Package Description org.apache.mina.core.write -
-
Uses of WriteException in org.apache.mina.core.write
Subclasses of WriteException in org.apache.mina.core.write Modifier and Type Class Description classNothingWrittenExceptionAn exception which is thrown when one or more write requests resulted in no actual write operation.classWriteRejectedExceptionAn exception thrown whe a write is rejectedclassWriteTimeoutExceptionAn exception which is thrown when write buffer is not flushed forIoSessionConfig.getWriteTimeout()seconds.classWriteToClosedSessionExceptionAn exception which is thrown when one or more write operations were attempted on a closed session.
-