public class

UnsupportedScmException

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

Class Overview

Thrown by the ScmService to indicate none of the installed plugins supports the requested SCM.

Summary

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