Class VolumeNotFoundException

All Implemented Interfaces:
Serializable

public class VolumeNotFoundException extends DockerException
See Also:
  • Field Details

    • volumeName

      private final String volumeName
  • Constructor Details

    • VolumeNotFoundException

      public VolumeNotFoundException(String name, Throwable cause)
    • VolumeNotFoundException

      public VolumeNotFoundException(String volumeName)
  • Method Details

    • getVolumeName

      public String getVolumeName()