Class ContainerNotFoundException

All Implemented Interfaces:
Serializable

public class ContainerNotFoundException extends NotFoundException
See Also:
  • Field Details

    • containerId

      private final String containerId
  • Constructor Details

    • ContainerNotFoundException

      public ContainerNotFoundException(String containerId, Throwable cause)
    • ContainerNotFoundException

      public ContainerNotFoundException(String containerId)
  • Method Details

    • getContainerId

      public String getContainerId()