Class StartLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.StartLimitExceededException
All Implemented Interfaces:
Serializable

public class StartLimitExceededException extends RuntimeException
Indicates the step's start limit has been exceeded.
See Also:
  • Constructor Details

    • StartLimitExceededException

      public StartLimitExceededException(String message)
      Constructor that sets the message for the exception.
      Parameters:
      message - The message for the exception.