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
public class EntryExistsException
- extends IOException
Attempt to add an entry to a tree that already exists.
- See Also:
- Serialized Form
Constructor Summary |
EntryExistsException(String name)
Construct an EntryExistsException when the specified name already
exists in a tree. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntryExistsException
public EntryExistsException(String name)
- Construct an EntryExistsException when the specified name already
exists in a tree.
- Parameters:
name
- workdir relative file name
Copyright © 2012. All Rights Reserved.