jetbrains.buildServer
Class TeamCityRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jetbrains.buildServer.TeamCityRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistsException, AlreadyRunningBuildException, CannotPingAgentException, InvalidRunningBuildException, PleaseReregisterException, ServiceNotFoundException, ShutdownInProgressException

public class TeamCityRuntimeException
extends java.lang.RuntimeException

Author:
Kir
See Also:
Serialized Form

Constructor Summary
TeamCityRuntimeException()
           
TeamCityRuntimeException(java.lang.String message)
           
TeamCityRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
TeamCityRuntimeException(java.lang.Throwable cause)
           
 
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

TeamCityRuntimeException

public TeamCityRuntimeException()

TeamCityRuntimeException

public TeamCityRuntimeException(java.lang.Throwable cause)

TeamCityRuntimeException

public TeamCityRuntimeException(java.lang.String message)

TeamCityRuntimeException

public TeamCityRuntimeException(java.lang.String message,
                                java.lang.Throwable cause)