Serializable
public class ConcurrentRefUpdateException extends GitAPIException
RefUpdate.Result.LOCK_FAILURE
,
Serialized FormConstructor | Description |
---|---|
ConcurrentRefUpdateException(String message,
Ref ref,
RefUpdate.Result rc) |
|
ConcurrentRefUpdateException(String message,
Ref ref,
RefUpdate.Result rc,
Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
Ref |
getRef() |
|
RefUpdate.Result |
getResult() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved.