Class ContainerNotFoundException

All Implemented Interfaces:
Serializable

public class ContainerNotFoundException extends ResourceNotFoundException
Thrown when a container cannot be located.
See Also:
  • Constructor Details

    • ContainerNotFoundException

      public ContainerNotFoundException()
    • ContainerNotFoundException

      public ContainerNotFoundException(String container, String message)
    • ContainerNotFoundException

      public ContainerNotFoundException(Throwable from)
  • Method Details

    • getContainer

      public String getContainer()