Class KubeApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.integration.platform.catalog.exception.CatalogRuntimeException
org.qubership.integration.platform.runtime.catalog.kubernetes.KubeApiException
- All Implemented Interfaces:
Serializable
public class KubeApiException
extends org.qubership.integration.platform.catalog.exception.CatalogRuntimeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKubeApiException(String message) KubeApiException(String message, Exception exception) -
Method Summary
Methods inherited from class org.qubership.integration.platform.catalog.exception.CatalogRuntimeException
getOriginalException, setOriginalExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KubeApiException
-
KubeApiException
-