Class BuildCustomizerProblem

  • All Implemented Interfaces:
    Serializable

    public class BuildCustomizerProblem
    extends RuntimeException
    Exception that signifies that applying a given BuildCustomizerExtension has failed. A concrete exception type is used here, as some call sites around BuildCustomizer#createPromotion() are very specific about which exceptions they want to catch.
    See Also:
    BuildCustomizer.createPromotion(), jetbrains.buildServer.server.rest.model.build.Build#getBuildToTrigger(SUser, ServiceLocator, Map), Serialized Form
    • Constructor Detail

      • BuildCustomizerProblem

        public BuildCustomizerProblem​(String message)
      • BuildCustomizerProblem

        public BuildCustomizerProblem​(String message,
                                      Throwable cause)