IllegalBlockingModeException

public class IllegalBlockingModeException extends IllegalStateException

Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.

Public Constructor Summary

IllegalBlockingModeException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public IllegalBlockingModeException ()

Constructs an instance of this class.