java.nio.channels.FileLockInterruptionException
Thrown when thread was interrupted while waiting to acquire a file lock.
Note that the thread will also be in the 'interrupted' state.
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
FileLockInterruptionException()
Default constructor.