Class SkipException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonSkippableProcessException, NonSkippableReadException, NonSkippableWriteException, SkipLimitExceededException, SkipOverflowException

public abstract class SkipException extends UnexpectedJobExecutionException
Base exception indicating that the skip has failed or caused a failure.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • SkipException

      public SkipException(String msg, Throwable nested)
      Parameters:
      msg - the message
      nested - the cause
    • SkipException

      public SkipException(String msg)
      Parameters:
      msg - the message