Class FeatureDisabledException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForkingDisabledException
,IncompatibleApplicationModeException
,PersonalRepositoryDisabledException
,PullRequestDeletionDisabledException
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
-