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 Details

    • ReconciliationRejectedExecutionHandler

      public ReconciliationRejectedExecutionHandler()
  • Method Details