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:
Serializable
Attempt to add an entry to a tree that already exists.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntryExistsException
(String name) Construct an EntryExistsException when the specified name already exists in a tree. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
EntryExistsException
Construct an EntryExistsException when the specified name already exists in a tree.- Parameters:
name
- workdir relative file name
-