jetbrains.buildServer.serverSide.maintenance
Class MaintenanceProcessAlreadyRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jetbrains.buildServer.serverSide.maintenance.MaintenanceProcessAlreadyRunningException
All Implemented Interfaces:
java.io.Serializable

public class MaintenanceProcessAlreadyRunningException
extends java.lang.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
MaintenanceProcessAlreadyRunningException(java.lang.String message)
          Constructs a new exception with the specified details.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaintenanceProcessAlreadyRunningException

public MaintenanceProcessAlreadyRunningException(java.lang.String message)
Constructs a new exception with the specified details.

Parameters:
message - a reason why not to start the process.