com.github.dockerjava.client
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dockerjava.client.DockerException
com.github.dockerjava.client.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends DockerException
Indicates that the given entity does not exist.
- Author:
- Ryan Campbell [email protected]
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException(String message)
Copyright © 2014. All rights reserved.