Package jetbrains.buildServer
Class ServerCleanupInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.ServerCleanupInProgressException
-
- All Implemented Interfaces:
Serializable
public class ServerCleanupInProgressException extends RuntimeException
Is thrown on every XML-RPC request if server cleanup is currently in progress.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerCleanupInProgressException(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
-
ServerCleanupInProgressException
public ServerCleanupInProgressException(String message)
-
-