Added in API level 1

IllegalBlockingModeException

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

Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

IllegalBlockingModeException

Added in API level 1
IllegalBlockingModeException()

Constructs an instance of this class.