Class MaintenanceTaskExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.impl.system.MaintenanceTaskExecutionException
All Implemented Interfaces:
Serializable

public class MaintenanceTaskExecutionException extends Exception
An exception thrown when SystemMaintenanceTask#execute() encounters an unrecoverable error. If this exception is thrown it indicates that the task being processed was unable to continue and generate a meaningful result. However it does not mean that the task will be unprocesseable. Execution may be retried later and may produce a successful result.
Since:
7.3.0
See Also:
  • Constructor Details

    • MaintenanceTaskExecutionException

      public MaintenanceTaskExecutionException(String message, Throwable cause)
    • MaintenanceTaskExecutionException

      public MaintenanceTaskExecutionException(String message)