Package jetbrains.buildServer.serverSide
Class TemplateCannotBeRemovedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.TemplateCannotBeRemovedException
-
- All Implemented Interfaces:
Serializable
public class TemplateCannotBeRemovedException extends RuntimeException
Thrown on attempt to remove a template which is still being used either by a build configuration or a project.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateCannotBeRemovedException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBuildTypesUsages(Set<String> buildTypeIds)voidaddProjectUsages(Set<String> projectIds)Set<String>getBuildTypesUsages()Set<String>getProjectsUsages()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-