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 a Ref
with the same name as an exsiting
one
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RefAlreadyExistsException
public RefAlreadyExistsException(String message)
- Parameters:
message
-
Copyright © 2012. All Rights Reserved.