Class TaskNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- com.spotify.docker.client.exceptions.NotFoundException
-
- com.spotify.docker.client.exceptions.TaskNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class TaskNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private java.lang.String
taskId
-
Constructor Summary
Constructors Constructor Description TaskNotFoundException(java.lang.String taskId)
TaskNotFoundException(java.lang.String taskId, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTaskId()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
taskId
private final java.lang.String taskId
-
-