java.nio.channels
public class: FileLockInterruptionException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.FileLockInterruptionException
All Implemented Interfaces:
Serializable
A {@code FileLockInterruptionException} is thrown when a thread is
interrupted while waiting to acquire a file lock.
Note that the thread will also be in the 'interrupted' state.
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |