java.nio.channels.IllegalBlockingModeException
Thrown when when operation that requires a specific blocking mode is invoked
on a channel that is in a different blocking mode.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
IllegalBlockingModeException()
Default constructor.