Added in API level 26
Summary:
Ctors
| Inherited Methods
ShutdownChannelGroupException
public
class
ShutdownChannelGroupException
extends IllegalStateException
java.lang.Object | |||||
↳ | java.lang.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 | |
---|---|
ShutdownChannelGroupException()
Constructs an instance of this class. |
Inherited methods | |
---|---|
Public constructors
ShutdownChannelGroupException
Added in API level 26
public ShutdownChannelGroupException ()
Constructs an instance of this class.