Class ImagePullFailedException

All Implemented Interfaces:
Serializable

public class ImagePullFailedException extends DockerException
See Also:
  • Constructor Details

    • ImagePullFailedException

      public ImagePullFailedException(String image, Throwable cause)
    • ImagePullFailedException

      public ImagePullFailedException(String image, String message)
  • Method Details

    • getImage

      public String getImage()