Class PluginScenarioException

  • All Implemented Interfaces:
    Serializable

    public class PluginScenarioException
    extends Exception
    Generic exception that should not fail the build but instead be handled gracefully.
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginScenarioException

        public PluginScenarioException()
      • PluginScenarioException

        public PluginScenarioException​(String message)
      • PluginScenarioException

        public PluginScenarioException​(String message,
                                       Throwable e)
      • PluginScenarioException

        public PluginScenarioException​(Throwable e)