public class LockFailureException
extends java.io.IOException
| Constructor and Description | 
|---|
LockFailureException(java.lang.String message,
                    org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate)  | 
LockFailureException(java.lang.String message,
                    org.eclipse.jgit.lib.RefUpdate refUpdate)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableList<java.lang.String> | 
getFailedRefs()
Subset of ref names that caused the lock failure. 
 |