Package jetbrains.buildServer.agent
Class NoRunningBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.agent.NoRunningBuildException
-
- All Implemented Interfaces:
Serializable
public class NoRunningBuildException extends RuntimeException
Information on failure of getting current build (no build currently running or build id mismatch)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoRunningBuildException()
NoRunningBuildException(String expectedBuildId, String actualBuildId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActualBuildId()
String
getExpectedBuildId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-