Class ReconciliationRejectedExecutionHandler
java.lang.Object
com.atlassian.confluence.internal.content.collab.ReconciliationRejectedExecutionHandler
- All Implemented Interfaces:
RejectedExecutionHandler
public class ReconciliationRejectedExecutionHandler
extends Object
implements RejectedExecutionHandler
A handler for rejected tasks that logs a message and throws a
RejectedExecutionException.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLogs message and throws RejectedExecutionException.
-
Constructor Details
-
ReconciliationRejectedExecutionHandler
public ReconciliationRejectedExecutionHandler()
-
-
Method Details
-
rejectedExecution
Logs message and throws RejectedExecutionException.- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler- Parameters:
r- the runnable task requested to be executede- the executor attempting to execute this task- Throws:
RejectedExecutionException- always
-