Package java.nio.channels
Class FileLockInterruptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.FileLockInterruptionException
- All Implemented Interfaces:
Serializable
public class FileLockInterruptionException extends IOException
A
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.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FileLockInterruptionException()Constructs aFileLockInterruptionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileLockInterruptionException
public FileLockInterruptionException()Constructs aFileLockInterruptionException.
-