public class ConcurrentRefUpdateException extends GitAPIException
RefUpdate.Result.LOCK_FAILURE
,
Serialized FormConstructor and Description |
---|
ConcurrentRefUpdateException(java.lang.String message,
Ref ref,
RefUpdate.Result rc) |
ConcurrentRefUpdateException(java.lang.String message,
Ref ref,
RefUpdate.Result rc,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Ref |
getRef() |
RefUpdate.Result |
getResult() |
public ConcurrentRefUpdateException(java.lang.String message, Ref ref, RefUpdate.Result rc, java.lang.Throwable cause)
message
- ref
- rc
- cause
- public ConcurrentRefUpdateException(java.lang.String message, Ref ref, RefUpdate.Result rc)
message
- ref
- rc
- public RefUpdate.Result getResult()
RefUpdate.update()
and
which caused this errorCopyright © 2012. All Rights Reserved.