public class ConcurrentRefUpdateException extends GitAPIException
RefUpdate.Result.LOCK_FAILURE, 
Serialized Form| Constructor and Description | 
|---|
ConcurrentRefUpdateException(String message,
                            Ref ref,
                            RefUpdate.Result rc)
Constructor for ConcurrentRefUpdateException. 
 | 
ConcurrentRefUpdateException(String message,
                            Ref ref,
                            RefUpdate.Result rc,
                            Throwable cause)
Constructor for ConcurrentRefUpdateException. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ref | 
getRef()
Get  
Ref | 
RefUpdate.Result | 
getResult()
Get result 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc, Throwable cause)
message - error messageref - a Refrc - a RefUpdate.Resultcause - a Throwablepublic ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc)
message - error messageref - a Refrc - a RefUpdate.Resultpublic RefUpdate.Result getResult()
RefUpdate.update() and which caused
         this errorCopyright © 2021 Eclipse JGit Project. All rights reserved.