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:
  • Field Details

  • Constructor Details

    • EntryExistsException

      public EntryExistsException(String name)
      Construct an EntryExistsException when the specified name already exists in a tree.
      Parameters:
      name - workdir relative file name