Class SkipPolicyFailedException

All Implemented Interfaces:
Serializable

public class SkipPolicyFailedException extends UnexpectedJobExecutionException
Special exception to indicate a failure in a skip policy. These need special treatment in the framework in case a skip sends itself into an infinite loop.
Author:
Dave Syer
See Also:
  • Constructor Details

    • SkipPolicyFailedException

      public SkipPolicyFailedException(String message, RuntimeException ex, Throwable t)
      Parameters:
      message - describes the error to the user
      ex - the exception that was thrown by a SkipPolicy
      t - the exception that caused the skip