Package jetbrains.buildServer
Class TeamCityRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgentIsUpgradingException
,AgentTimeoutException
,AlreadyExistsException
,AlreadyRunningBuildException
,CannotPingAgentException
,InvalidRunningBuildException
,ServerShutdownStartedException
,ServerStillInitializingException
,ServiceNotFoundException
,ShutdownInProgressException
,StartAgentQuotaExceededException
,XmlRpcNoSessionException
public class TeamCityRuntimeException extends RuntimeException
- Author:
- Kir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeamCityRuntimeException()
TeamCityRuntimeException(String message)
TeamCityRuntimeException(String message, boolean skipLogging)
TeamCityRuntimeException(String message, Throwable cause)
TeamCityRuntimeException(String message, Throwable cause, boolean skipLogging)
TeamCityRuntimeException(Throwable cause)
TeamCityRuntimeException(Throwable cause, boolean skipLogging)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSkipLogging()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TeamCityRuntimeException
public TeamCityRuntimeException()
-
TeamCityRuntimeException
public TeamCityRuntimeException(Throwable cause)
-
TeamCityRuntimeException
public TeamCityRuntimeException(Throwable cause, boolean skipLogging)
-
TeamCityRuntimeException
public TeamCityRuntimeException(String message)
-
TeamCityRuntimeException
public TeamCityRuntimeException(String message, boolean skipLogging)
-
-