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
public class StartLimitExceededException
- extends RuntimeException
Indicates the step's start limit has been exceeded.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StartLimitExceededException
public StartLimitExceededException(String message)
Copyright © 2009 SpringSource. All Rights Reserved.