Class GitUnsupportedVersionException

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.GitUnsupportedVersionException
All Implemented Interfaces:
Serializable

public class GitUnsupportedVersionException extends GitException
See Also:
  • Constructor Details

    • GitUnsupportedVersionException

      public GitUnsupportedVersionException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nonnull com.atlassian.bitbucket.util.Version version)
  • Method Details

    • getVersion

      @Nonnull public com.atlassian.bitbucket.util.Version getVersion()