Class ConcurrentRefUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.java.nio.fs.jgit.util.exceptions.GitException
-
- org.uberfire.java.nio.fs.jgit.util.exceptions.ConcurrentRefUpdateException
-
- All Implemented Interfaces:
Serializable
public class ConcurrentRefUpdateException extends GitException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentRefUpdateException(String message, org.eclipse.jgit.lib.Ref ref, org.eclipse.jgit.lib.RefUpdate.Result rc)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConcurrentRefUpdateException
public ConcurrentRefUpdateException(String message, org.eclipse.jgit.lib.Ref ref, org.eclipse.jgit.lib.RefUpdate.Result rc)
-
-