public class

ForkingDisabledException

extends FeatureDisabledException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.FeatureDisabledException
             ↳ com.atlassian.bitbucket.repository.ForkingDisabledException

Summary

Public Constructors
ForkingDisabledException(KeyedMessage message, Repository repository)
Public Methods
@Nonnull Repository getRepository()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ForkingDisabledException (KeyedMessage message, Repository repository)

Public Methods

@Nonnull public Repository getRepository ()