Class TaskExecutionMissingExternalIdException

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

public class TaskExecutionMissingExternalIdException extends RuntimeException
This exception is used when TaskExecutions do not have external execution ids and they are required by Spring Cloud Data Flow.
Author:
Glenn Renfro
See Also:
  • Constructor Details

    • TaskExecutionMissingExternalIdException

      public TaskExecutionMissingExternalIdException(long id)
      Create a new exception that can handle a single TaskExecution id.
      Parameters:
      id - the id of the TaskExecution that is missing external execution id.
    • TaskExecutionMissingExternalIdException

      public TaskExecutionMissingExternalIdException(Set<Long> ids)
      Create a new exception that handles multiple TaskExecution ids.
      Parameters:
      ids - the ids of the TaskExecution that are missing external execution ids.