Package org.eclipse.jgit.errors
Class EntryExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.EntryExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class EntryExistsException extends java.io.IOException
Attempt to add an entry to a tree that already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryExistsException(java.lang.String name)
Construct an EntryExistsException when the specified name already exists in a tree.
-