Class FeatureUnsupportedScmException

All Implemented Interfaces:
Serializable

public class FeatureUnsupportedScmException extends ScmException
Thrown to indicate a requested SCM feature, such as command builders or pull requests, is not supported by the backing SCM implementation.
See Also:
  • Constructor Details

    • FeatureUnsupportedScmException

      public FeatureUnsupportedScmException(@Nonnull KeyedMessage message, @Nonnull String scmId, @Nonnull ScmFeature feature)
  • Method Details

    • getFeature

      @Nonnull public ScmFeature getFeature()
      The feature which was requested but is not supported.
      Returns:
      the requested, unsupported feature