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
Thrown when thread was interrupted while waiting to acquire a file lock.
Note that the thread will also be in the 'interrupted' state.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileLockInterruptionException
public FileLockInterruptionException()
- Default constructor.
Please submit a feedback, bug or feature