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

public class PodDecoratorException extends RuntimeException
A fatal exception raised by a PodDecorator implementation.
See Also:
  • Constructor Details

    • PodDecoratorException

      public PodDecoratorException(String message)
    • PodDecoratorException

      public PodDecoratorException(String message, Throwable cause)