org.eclipse.jgit.errors
Class EntryExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.