# Print output for @column tags ?> ShutdownChannelGroupException - Android SDK | Android Developers

Most visited

Recently visited

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

public ShutdownChannelGroupException ()

Constructs an instance of this class.