Class SkipListenerFailedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      ConstructorDescription
      SkipListenerFailedException​(java.lang.String message, java.lang.RuntimeException ex, java.lang.Throwable t) 
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SkipListenerFailedException

        public SkipListenerFailedException​(java.lang.String message,
                                           java.lang.RuntimeException ex,
                                           java.lang.Throwable t)
        Parameters:
        message - describes the error to the user
        ex - the exception that was thrown by a SkipListener
        t - the exception that caused the skip