public class

NotAuthorizedScmException

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.NotAuthorizedScmException

Class Overview

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

Summary

Public Constructors
NotAuthorizedScmException(KeyedMessage message, String scmId)
NotAuthorizedScmException(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 NotAuthorizedScmException (KeyedMessage message, String scmId)

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