Class GitFetchAuthenticationException

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.fetch.GitFetchException
com.atlassian.bitbucket.scm.git.command.fetch.GitFetchAuthenticationException
All Implemented Interfaces:
Serializable

public class GitFetchAuthenticationException extends GitFetchException
Since:
4.1
See Also:
  • Constructor Details

    • GitFetchAuthenticationException

      public GitFetchAuthenticationException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nonnull String remoteUrl)
  • Method Details

    • getRemoteUrl

      @Nonnull public String getRemoteUrl()