Package jetbrains.buildServer.serverSide
Class DuplicateBuildTypeIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.DuplicateBuildTypeIdException
-
- All Implemented Interfaces:
Serializable
public class DuplicateBuildTypeIdException extends RuntimeException
Thrown on attempt to add build configuration with duplicate id- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateBuildTypeIdException(String message, SBuildType buildType)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBuildType
getBuildType()
Returns build configuration with same id-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateBuildTypeIdException
public DuplicateBuildTypeIdException(String message, SBuildType buildType)
Constructor- Parameters:
message
- messagebuildType
- build configuration with same id
-
-
Method Detail
-
getBuildType
public SBuildType getBuildType()
Returns build configuration with same id- Returns:
- build configuration with same id
-
-