public class LockFailedException
extends java.io.IOException
Constructor and Description |
---|
LockFailedException(java.io.File file)
Construct a CannotLockException for the given file
|
LockFailedException(java.io.File file,
java.lang.String message)
Construct a CannotLockException for the given file and message
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Get the file that could not be locked
|
public LockFailedException(java.io.File file, java.lang.String message)
file
- file that could not be lockedmessage
- exception messagepublic LockFailedException(java.io.File file)
file
- file that could not be lockedCopyright © 2012. All Rights Reserved.