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