Signals an attempt to use a channel in the wrong blocking mode. An exception of this type is thrown by SelectableChannel.register( ) if the channel is not in nonblocking mode.
public classIllegalBlockingModeException extends IllegalStateException { // Public Constructors public
IllegalBlockingModeException ( ); }