Class 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:
    Serialized Form
    • Constructor Detail

      • MaintenanceTaskExecutionException

        public MaintenanceTaskExecutionException​(String message,
                                                 Throwable cause)
      • MaintenanceTaskExecutionException

        public MaintenanceTaskExecutionException​(String message)