Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- com.spotify.docker.client.exceptions.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ContainerNotFoundException
,ExecNotFoundException
,ImageNotFoundException
,NetworkNotFoundException
,NodeNotFoundException
,ServiceNotFoundException
,TaskNotFoundException
public class NotFoundException extends DockerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(java.lang.String message)
NotFoundException(java.lang.String message, java.lang.Throwable cause)
NotFoundException(java.lang.Throwable cause)
-