Package jetbrains.buildServer
Class InvalidRunningBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.InvalidRunningBuildException
-
- All Implemented Interfaces:
Serializable
public class InvalidRunningBuildException extends TeamCityRuntimeException
- Author:
- Kir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRunningBuildException(long buildId)
Creates new exception for given buildIdInvalidRunningBuildException(String message)
Creates new exception with specified message
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.TeamCityRuntimeException
isSkipLogging
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidRunningBuildException
public InvalidRunningBuildException(String message)
Creates new exception with specified message- Parameters:
message
- text of message
-
InvalidRunningBuildException
public InvalidRunningBuildException(long buildId)
Creates new exception for given buildId- Parameters:
buildId
- ID of build
-
-