Class NoSuchTaskExecutionException

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

public class NoSuchTaskExecutionException extends RuntimeException
This exception is used when requesting a TaskExecution that does not exist.
Author:
Glenn Renfro, Gunnar Hillert
See Also:
  • Constructor Details

    • NoSuchTaskExecutionException

      public NoSuchTaskExecutionException(long id)
      Create a new exception that can handle a single TaskExecution id.
      Parameters:
      id - the id of the TaskExecution that could not be found
    • NoSuchTaskExecutionException

      public NoSuchTaskExecutionException(String externalExecutionId, String platform)
    • NoSuchTaskExecutionException

      public NoSuchTaskExecutionException(Set<Long> ids)
      Create a new exception that handles multiple TaskExecution ids.
      Parameters:
      ids - the ids of the TaskExecution that could not be found