Class WaitForConditionWatcher.WatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.fabric8.kubernetes.client.dsl.base.WaitForConditionWatcher.WatchException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WaitForConditionWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata>
public static class WaitForConditionWatcher.WatchException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WatchException(String message)WatchException(String message, KubernetesClientException cause) -
Method Summary
Modifier and Type Method Description booleanisShouldRetry()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
isShouldRetry
public boolean isShouldRetry()
-