Class KubeClusterException.AlreadyExists

All Implemented Interfaces:
Serializable
Enclosing class:
KubeClusterException

public static class KubeClusterException.AlreadyExists extends KubeClusterException
Exception class indicating that the resource to be created already exists in the Kubernetes cluster.
See Also:
  • Constructor Details

    • AlreadyExists

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