Class NoSuchTaskBatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.repository.NoSuchTaskBatchException
All Implemented Interfaces:
Serializable

public class NoSuchTaskBatchException extends RuntimeException
Exception is thrown if there is no mapping between a batch job execution and a task execution.
Author:
Glenn Renfro
See Also:
  • Constructor Details

    • NoSuchTaskBatchException

      public NoSuchTaskBatchException(String message)