Package org.eclipse.jgit.api.errors
package org.eclipse.jgit.api.errors
Exceptions thrown by API commands.
-
Exception ClassesClassDescriptionException thrown when a hook returns a process result with a value different from 0.Exception thrown when an operation was canceledThrown when trying to delete a branch which is currently checked outException thrown when a command can't succeed because of unresolved conflicts.Exception thrown when a command wants to update a ref but failed because another process is accessing (or even also updating) the ref.Exception thrown when a command expected a non-detached
HEAD
referenceException thrown when a newly created commit does not contain any changesException thrown when the execution of a filter command failedSuperclass of all exceptions thrown by the API classes inorg.eclipse.jgit.api
Exception thrown when a command fails due to an invalid configurationException thrown when a merge command was called without specifying the proper amount/type of merge heads.Exception thrown if a rebase step is invalid.Exception thrown when an invalid Ref name was encounteredException thrown when a fetch command was called with an invalid remoteException thrown when a tag command was called with an invalid tag name (or null), such as bad~tag.Exception thrown when during command execution a low-level exception from the JGit library is thrown.The commit to be cherry-pick'ed did not have exactly one parentException thrown when the options given to a command don't include a file pattern which is mandatory for processing.Exception thrown when a command expected theHEAD
reference to exist but couldn't find such a referenceException thrown when the options given to a command don't include a specification of a message text (e.g.Thrown when branch deletion fails due to unmerged dataException thrown when applying a patch failsException thrown when applying a patch fails due to an invalid formatThrown when trying to create aRef
with the same name as an existing oneThrown when a ref is not found in advertised refsThrown when a Ref can not be resolvedException thrown when an optional service is not availableThrown from StashApplyCommand when stash apply failsException thrown when PackParser finds an object larger than a predefined limitException thrown when the server rejected a too large packException thrown when transport operation failedThrown when branch deletion fails due to unmerged dataException thrown when the configured gpg.format is not supported.A given object is not of an expected object type.Exception thrown when the state of the repository doesn't allow the execution of a certain command.