public class ConcurrentRefUpdateException extends GitAPIException
RefUpdate.Result.LOCK_FAILURE
,
Serialized FormConstructor 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, toString
public 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 © 2014. All rights reserved.