Package jetbrains.buildServer.serverSide
Class ServerShutdownStartedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.serverSide.ServerShutdownStartedException
-
- All Implemented Interfaces:
Serializable
public class ServerShutdownStartedException extends TeamCityRuntimeException
- Author:
- Pavel.Sher Date: 10.09.2008
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerShutdownStartedException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkAndRethrowShutdown(Throwable e)
-
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
-
ServerShutdownStartedException
public ServerShutdownStartedException(String message)
-
-
Method Detail
-
checkAndRethrowShutdown
public static void checkAndRethrowShutdown(@NotNull Throwable e) throws ServerShutdownStartedException
- Throws:
ServerShutdownStartedException
-
-