Class GitUnsupportedCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.scm.git.GitException
com.atlassian.bitbucket.scm.git.command.GitUnsupportedCommandException
- All Implemented Interfaces:
Serializable
Thrown by
Command.call() or AsyncCommand.start() when the command that was built with
GitScmCommandBuilder is not supported.- Since:
- 7.12
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitUnsupportedCommandException(com.atlassian.bitbucket.i18n.KeyedMessage message) GitUnsupportedCommandException(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
-
GitUnsupportedCommandException
public GitUnsupportedCommandException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message) -
GitUnsupportedCommandException
public GitUnsupportedCommandException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nullable Throwable cause)
-