Class MaintenanceProcessAlreadyRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.serverSide.maintenance.MaintenanceProcessAlreadyRunningException
-
- All Implemented Interfaces:
Serializable
public class MaintenanceProcessAlreadyRunningException extends Exception
Throws when attempted to start a new maintenance process right now but another maintenance process is running now.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaintenanceProcessAlreadyRunningException(String message)
Constructs a new exception with the specified details.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MaintenanceProcessAlreadyRunningException
public MaintenanceProcessAlreadyRunningException(String message)
Constructs a new exception with the specified details.- Parameters:
message
- a reason why not to start the process.
-
-