Top Description Fields Constructors
java.nio.channels

public Class IllegalChannelGroupException

extends IllegalArgumentException
Class Inheritance

Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.
Since
1.7

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
IllegalChannelGroupException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalArgumentException.serialVersionUID.

Annotations
@Serial

Constructor Detail

IllegalChannelGroupExceptionback to summary
public IllegalChannelGroupException()

Constructs an instance of this class.