public class WatcherException extends Exception
| Constructor and Description |
|---|
WatcherException(String message) |
WatcherException(String message,
Throwable cause) |
WatcherException(String message,
Throwable cause,
String rawWatchMessage) |
| Modifier and Type | Method and Description |
|---|---|
KubernetesClientException |
asClientException() |
Optional<String> |
getRawWatchMessage() |
boolean |
isHttpGone() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WatcherException(String message)
public KubernetesClientException asClientException()
public boolean isHttpGone()
Copyright © 2015–2024 Red Hat. All rights reserved.