Added in API level 1

NonWritableChannelException

open class NonWritableChannelException : IllegalStateException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalStateException
   ↳ java.nio.channels.NonWritableChannelException

Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

NonWritableChannelException

Added in API level 1
NonWritableChannelException()

Constructs an instance of this class.