Class PluginScenarioException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.openliberty.tools.common.plugins.util.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 Summary
Constructors Constructor Description PluginScenarioException()PluginScenarioException(String message)PluginScenarioException(String message, Throwable e)PluginScenarioException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-