java.nio.channels
Class NonWritableChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NonWritableChannelException
- All Implemented Interfaces:
- Serializable
public class NonWritableChannelException
- extends IllegalStateException
Thrown when attempting to write to a channel that is not open for writing.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonWritableChannelException
public NonWritableChannelException()
- Default constructor.
Please submit a feedback, bug or feature