public class CannotDeleteNonParentTaskExecutionException extends RuntimeException
TaskExecution
s
could not be deleted.Constructor and Description |
---|
CannotDeleteNonParentTaskExecutionException(Long taskExecutionId)
Create a new exception for 1
TaskExecution id that could not be deleted. |
CannotDeleteNonParentTaskExecutionException(Set<Long> taskExecutionIds)
Create a new exception for multiple
TaskExecution ids
that could not be deleted. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotDeleteNonParentTaskExecutionException(Long taskExecutionId)
TaskExecution
id that could not be deleted.taskExecutionId
- the id of the TaskExecution
that could not be foundCopyright © 2024 Pivotal Software, Inc.. All rights reserved.