Class KubeClusterException.NotFound

All Implemented Interfaces:
Serializable
Enclosing class:
KubeClusterException

public static class KubeClusterException.NotFound extends KubeClusterException
Exception class indicating that a requested resource was not found in the Kubernetes cluster.
See Also:
  • Constructor Details

    • NotFound

      public NotFound(ExecResult result, String s)
      Constructs a new NotFound exception with the specified execution result and detail message.
      Parameters:
      result - The execution result that led to the exception.
      s - The detail message.