java.nio.channels.ClosedByInterruptException
Thrown when a thread is interrupted in a blocking IO operation.
When the thread is interrupted by a call to interrupt()
it will close the channel, set the interrupt status of the thread to true,
and throw a ClosedByInterruptException
.
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
ClosedByInterruptException()
Default constructor.