jetbrains.buildServer
Class InvalidRunningBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jetbrains.buildServer.TeamCityRuntimeException
                  extended by jetbrains.buildServer.InvalidRunningBuildException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRunningBuildException
extends TeamCityRuntimeException

Author:
Kir
See Also:
Serialized Form

Constructor Summary
InvalidRunningBuildException(long buildId)
          Creates new exception for given buildId
InvalidRunningBuildException(java.lang.String message)
          Creates new exception with specified message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRunningBuildException

public InvalidRunningBuildException(java.lang.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