public class FeatureUnsupportedScmException extends ScmException
command builders or
pull requests, is not supported by the backing SCM implementation.| Constructor and Description |
|---|
FeatureUnsupportedScmException(KeyedMessage message,
String scmId,
ScmFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
ScmFeature |
getFeature()
The feature which was requested but is not supported.
|
getScmIdgetKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FeatureUnsupportedScmException(@Nonnull KeyedMessage message, @Nonnull String scmId, @Nonnull ScmFeature feature)
@Nonnull public ScmFeature getFeature()
Copyright © 2020 Atlassian. All rights reserved.