Package jetbrains.buildServer.serverSide
Class BuildCustomizerProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.BuildCustomizerProblem
-
- All Implemented Interfaces:
Serializable
public class BuildCustomizerProblem extends RuntimeException
Exception that signifies that applying a givenBuildCustomizerExtension
has failed. A concrete exception type is used here, as some call sites aroundBuildCustomizer#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 Summary
Constructors Constructor Description BuildCustomizerProblem(String message)
BuildCustomizerProblem(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-