public class FeatureDisabledException extends ServiceException
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.
Constructor and Description |
---|
FeatureDisabledException(KeyedMessage message) |
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FeatureDisabledException(@Nonnull KeyedMessage message)
Copyright © 2019 Atlassian. All rights reserved.