Class ImagePushFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- com.spotify.docker.client.exceptions.ImagePushFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImagePushFailedException extends DockerException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
image
-
Constructor Summary
Constructors Constructor Description ImagePushFailedException(java.lang.String image, java.lang.String message)
ImagePushFailedException(java.lang.String image, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getImage()
-