Class 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 Detail

      • MaintenanceProcessAlreadyRunningException

        public MaintenanceProcessAlreadyRunningException​(String message)
        Constructs a new exception with the specified details.
        Parameters:
        message - a reason why not to start the process.