Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerNotFoundException, ExecNotFoundException, ImageNotFoundException, NetworkNotFoundException, NodeNotFoundException, ServiceNotFoundException, TaskNotFoundException

public class NotFoundException extends DockerException
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message)