Class ServiceNotFoundException
- 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.ServiceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate java.lang.StringserviceId
-
Constructor Summary
Constructors Constructor Description ServiceNotFoundException(java.lang.String serviceId)ServiceNotFoundException(java.lang.String serviceId, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetServiceId()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
serviceId
private final java.lang.String serviceId
-
-