Package java.nio.channels
Class IllegalBlockingModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.IllegalBlockingModeException
- All Implemented Interfaces:
Serializable
public class IllegalBlockingModeException extends IllegalStateException
An
IllegalBlockingModeException is thrown when an operation that
requires a specific blocking mode is invoked on a channel that is in a
different blocking mode.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IllegalBlockingModeException()Constructs aIllegalBlockingModeException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalBlockingModeException
public IllegalBlockingModeException()Constructs aIllegalBlockingModeException.
-