public class JKubeException extends RuntimeException
| Constructor and Description |
|---|
JKubeException(String message) |
JKubeException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
launderThrowable(String message,
Throwable cause)
Convert exception into an instance of JKubeException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JKubeException(String message)
public static RuntimeException launderThrowable(String message, Throwable cause)
message - message of exceptioncause - actual cause of exceptionRuntimeException wrapping actual causeCopyright © 2024. All rights reserved.