Package java.nio.channels
Class NonReadableChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NonReadableChannelException
- All Implemented Interfaces:
Serializable
public class NonReadableChannelException extends IllegalStateException
A
NonReadableChannelException is thrown when attempting to read from
a channel that is not open for reading.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NonReadableChannelException()Constructs aNonReadableChannelException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonReadableChannelException
public NonReadableChannelException()Constructs aNonReadableChannelException.
-