Package jetbrains.buildServer.agent.impl
Class BuildAgentStartFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.agent.impl.BuildAgentStartFailedException
-
- All Implemented Interfaces:
Serializable
public class BuildAgentStartFailedException extends RuntimeException
Exception if agent failed to start of init. This exception will be logged without stacktrace- Since:
- 6.5
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 19.04.11 19:39
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildAgentStartFailedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BuildAgentStartFailedException
public BuildAgentStartFailedException(@NotNull String message)
-
-