Serializablepublic class ConcurrentRefUpdateException extends GitAPIException
RefUpdate.Result.LOCK_FAILURE,
Serialized Form| Constructor | 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, waitaddSuppressed, 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 © 2018. All rights reserved.