Package jetbrains.buildServer
Class CannotPingAgentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.CannotPingAgentException
-
- All Implemented Interfaces:
Serializable
public class CannotPingAgentException extends TeamCityRuntimeException
- Author:
- Kir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotPingAgentException(String 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
-
CannotPingAgentException
public CannotPingAgentException(String message)
-
-