public class
NonWritableChannelException
extends IllegalStateException
Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.
Public Constructor Summary
NonWritableChannelException()
Constructs an instance of this class.
|
Inherited Method Summary
Public Constructors
public NonWritableChannelException ()
Constructs an instance of this class.