|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.LockFailedException
public class LockFailedException
An exception occurring when a file cannot be locked
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
Get the file that could not be locked |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 locked| Method Detail |
|---|
public java.io.File getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||