Class KubeClusterException.InvalidResource

All Implemented Interfaces:
Serializable
Enclosing class:
KubeClusterException

public static class KubeClusterException.InvalidResource extends KubeClusterException
Exception class indicating that the resource provided to the Kubernetes cluster is invalid.
See Also:
  • Constructor Details

    • InvalidResource

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