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 whenSystemMaintenanceTask#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 Summary
Constructors Constructor Description MaintenanceTaskExecutionException(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
-
-