Class PodDecoratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecoratorException
- All Implemented Interfaces:
Serializable
A fatal exception raised by a
PodDecorator
implementation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPodDecoratorException
(String message) PodDecoratorException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PodDecoratorException
-
PodDecoratorException
-