Package org.eclipse.jgit.api.errors
Class RefAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.RefAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class RefAlreadyExistsException extends GitAPIException
Thrown when trying to create aRef
with the same name as an existing one- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefAlreadyExistsException(java.lang.String message)
-