Package com.atlassian.bitbucket
Class FeatureDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.FeatureDisabledException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForkingDisabledException
,IncompatibleApplicationModeException
,PersonalRepositoryDisabledException
,PullRequestDeletionDisabledException
Base class for exceptions thrown when attempts are made to use features which have been disabled.
Some features, like forking or uploading attachments, can be globally (or specifically) disabled by administrators. User interface cues for disabled features are hidden, but API methods and REST endpoints cannot be. When an attempt is made to access a disabled feature, subclasses of this exception will be thrown.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeatureDisabledException
-