public class

AuthenticationFailedScmException

extends ScmException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.scm.ScmException
             ↳ com.atlassian.bitbucket.scm.AuthenticationFailedScmException

Class Overview

An exception that is thrown by commands created by the ScmMirrorCommandFactory when they fail due to authentication problems.

Summary

Public Constructors
AuthenticationFailedScmException(KeyedMessage message, String scmId)
AuthenticationFailedScmException(KeyedMessage message, Throwable cause, String scmId)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.scm.ScmException
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AuthenticationFailedScmException (KeyedMessage message, String scmId)

public AuthenticationFailedScmException (KeyedMessage message, Throwable cause, String scmId)