Package com.norconex.commons.lang.file
Class FileAlreadyLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.norconex.commons.lang.file.FileAlreadyLockedException
- All Implemented Interfaces:
Serializable
Checked exception thrown by
FileLocker when trying to create a
lock on an on an already locked file.- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileAlreadyLockedException(String message) FileAlreadyLockedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileAlreadyLockedException
public FileAlreadyLockedException() -
FileAlreadyLockedException
-
FileAlreadyLockedException
-
FileAlreadyLockedException
-