public class LockFailureException extends IOException
Constructor and Description |
---|
LockFailureException(String message,
org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate) |
LockFailureException(String message,
org.eclipse.jgit.lib.RefUpdate refUpdate) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getFailedRefs()
Subset of ref names that caused the lock failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LockFailureException(String message, org.eclipse.jgit.lib.RefUpdate refUpdate)
public LockFailureException(String message, org.eclipse.jgit.lib.BatchRefUpdate batchRefUpdate)
public com.google.common.collect.ImmutableList<String> getFailedRefs()