]> source.dussan.org Git - jgit.git/commit
Add exception class for when locking a file fails 00/4800/2
authorKevin Sawicki <kevin@github.com>
Tue, 13 Dec 2011 01:49:09 +0000 (17:49 -0800)
committerKevin Sawicki <kevin@github.com>
Sun, 18 Dec 2011 22:40:42 +0000 (14:40 -0800)
commit656461a9919403755b34b5dcd261a0f42750369d
treec50929b29243a2f64934e1070a748a119df10c9d
parent8c60468ff4cae4a13f57ed4a1822cec7cb2ba22a
Add exception class for when locking a file fails

This will allows calling classes to handle lock failures
without checking against the message and will also provide
access to the file that could not be locked.

Change-Id: I95bc59e1330a7af71ae3b0485c4516299193f504
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java
org.eclipse.jgit/src/org/eclipse/jgit/errors/LockFailedException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileBasedConfig.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/ObjectDirectoryPackParser.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/RefDirectory.java