IllegalChannelGroupException

  • IllegalChannelGroupException is an unchecked exception signaling an attempt to open a channel in a group from a different provider.

  • It's thrown when a channel is opened in a group not created by the same provider that's opening it.

  • This exception inherits from IllegalArgumentException and provides a public constructor with no arguments.

public class IllegalChannelGroupException extends IllegalArgumentException

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

Public Constructor Summary

IllegalChannelGroupException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public IllegalChannelGroupException ()

Constructs an instance of this class.