Class RepeatException

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

public class RepeatException extends org.springframework.core.NestedRuntimeException
See Also:
  • Constructor Details

    • RepeatException

      public RepeatException(String msg)
    • RepeatException

      public RepeatException(String msg, Throwable t)