Package com.atlassian.bitbucket.scm.git
Class GitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.scm.git.GitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GitBranchNotMergedException,GitDetachedHeadException,GitFetchException,GitMergeException,GitNoCommonAncestorException,GitNonFastForwardUpdateRejectedException,GitNotFoundException,GitRebaseException,GitRepositoryLayoutException,GitRevertException,GitUnsupportedCommandException,GitUnsupportedVersionException,GitWorkTreeException
public class GitException
extends com.atlassian.bitbucket.ServiceException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitException(com.atlassian.bitbucket.i18n.KeyedMessage message) GitException(com.atlassian.bitbucket.i18n.KeyedMessage message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitException
public GitException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message) -
GitException
public GitException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nullable Throwable cause)
-