Added in API level 26

ShutdownChannelGroupException

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

Unchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation cannot be invoked because the channel group has terminated.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

ShutdownChannelGroupException

Added in API level 26
ShutdownChannelGroupException()

Constructs an instance of this class.