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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EntryExistsException(java.lang.String name)
Construct an EntryExistsException when the specified name already exists in a tree.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-