Serializable
ArchiveCommand.UnsupportedFormatException
, CanceledException
, CannotDeleteCurrentBranchException
, CheckoutConflictException
, ConcurrentRefUpdateException
, DetachedHeadException
, InvalidConfigurationException
, InvalidMergeHeadsException
, InvalidRebaseStepException
, InvalidRefNameException
, InvalidRemoteException
, InvalidTagNameException
, MultipleParentsNotAllowedException
, NoFilepatternException
, NoHeadException
, NoMessageException
, NotMergedException
, PatchApplyException
, PatchFormatException
, RefAlreadyExistsException
, RefNotFoundException
, RejectCommitException
, StashApplyFailureException
, TransportException
, UnmergedPathsException
, WrongRepositoryStateException
public abstract class GitAPIException extends Exception
org.eclipse.jgit.api
Modifier | Constructor | Description |
---|---|---|
protected |
GitAPIException(String message) |
Constructs a new exception with the specified detail message and no
cause.
|
protected |
GitAPIException(String message,
Throwable cause) |
Constructs a new exception with the specified detail message and cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected GitAPIException(String message, Throwable cause)
message
- detail messagecause
- causeprotected GitAPIException(String message)
message
- detail messageCopyright © 2018. All rights reserved.