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.
|
getScmId
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FeatureUnsupportedScmException(@Nonnull KeyedMessage message, @Nonnull String scmId, @Nonnull ScmFeature feature)
@Nonnull public ScmFeature getFeature()
Copyright © 2021 Atlassian. All rights reserved.