public class MaintenanceTaskExecutionException extends Exception
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.Constructor and Description |
---|
MaintenanceTaskExecutionException(String message) |
MaintenanceTaskExecutionException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2003–2021 Atlassian. All rights reserved.