Class MaintenanceTaskExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.impl.system.MaintenanceTaskExecutionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionMaintenanceTaskExecutionException
(String message) MaintenanceTaskExecutionException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaintenanceTaskExecutionException
-
MaintenanceTaskExecutionException
-