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:
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(String message)
Constructor for RefAlreadyExistsException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RefAlreadyExistsException
public RefAlreadyExistsException(String message)
Constructor for RefAlreadyExistsException- Parameters:
message
- error message
-
-