Package org.springframework.batch.core
Class StartLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.StartLimitExceededException
- All Implemented Interfaces:
Serializable
Indicates the step's start limit has been exceeded.
- See Also:
-
Constructor Summary
ConstructorDescriptionStartLimitExceededException
(String message) Constructor that sets the message for the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StartLimitExceededException
Constructor that sets the message for the exception.- Parameters:
message
- The message for the exception.
-