public class ConcurrentRefUpdateException extends GitAPIException
RefUpdate.Result.LOCK_FAILURE
,
Serialized FormConstructor 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, toString
public ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc, Throwable cause)
message
- error messageref
- a Ref
rc
- a RefUpdate.Result
cause
- a Throwable
public ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc)
message
- error messageref
- a Ref
rc
- a RefUpdate.Result
public RefUpdate.Result getResult()
RefUpdate.update()
and which caused
this errorCopyright © 2018 Eclipse JGit Project. All rights reserved.