Package io.skodjob.testframe.clients
Class KubeClusterException.InvalidResource
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.skodjob.testframe.clients.KubeClusterException
io.skodjob.testframe.clients.KubeClusterException.InvalidResource
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KubeClusterException
Exception class indicating that the resource provided to the Kubernetes cluster is invalid.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.skodjob.testframe.clients.KubeClusterException
KubeClusterException.AlreadyExists, KubeClusterException.InvalidResource, KubeClusterException.NotFound -
Field Summary
Fields inherited from class io.skodjob.testframe.clients.KubeClusterException
result -
Constructor Summary
ConstructorsConstructorDescriptionInvalidResource(ExecResult result, String s) Constructs a new InvalidResource exception with the specified execution result and detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResource
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.
-