Class SkipLimitExceededException

All Implemented Interfaces:
Serializable

public class SkipLimitExceededException extends SkipException
Exception indicating that the skip limit for a particular Step has been exceeded.
Author:
Ben Hale, Lucas Ward, Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • SkipLimitExceededException

      public SkipLimitExceededException(long skipLimit, Throwable t)
  • Method Details

    • getSkipLimit

      public long getSkipLimit()