public class NoSuchTaskExecutionException extends RuntimeException
TaskExecution
that does not exist.Constructor and Description |
---|
NoSuchTaskExecutionException(long id,
String schemaTarget)
Create a new exception that can handle a single
TaskExecution id. |
NoSuchTaskExecutionException(Set<Long> ids,
String schemaTarget)
Create a new exception that handles multiple
TaskExecution ids. |
NoSuchTaskExecutionException(String externalExecutionId,
String platform) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchTaskExecutionException(long id, String schemaTarget)
TaskExecution
id.id
- the id of the TaskExecution
that could not be foundpublic NoSuchTaskExecutionException(String externalExecutionId, String platform)
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.