Top Description Fields Constructors
java.nio.channels

public Class NonReadableChannelException

extends IllegalStateException
Class Inheritance

Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading.
Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
NonReadableChannelException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

NonReadableChannelExceptionback to summary
public NonReadableChannelException()

Constructs an instance of this class.