Class ImageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mandas.docker.client.exceptions.DockerException
-
- org.mandas.docker.client.exceptions.NotFoundException
-
- org.mandas.docker.client.exceptions.ImageNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ImageNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageNotFoundException(String image)ImageNotFoundException(String image, String message)ImageNotFoundException(String image, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getImage
public String getImage()
-
-