Class PluginExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.openliberty.tools.common.plugins.util.PluginExecutionException
-
- All Implemented Interfaces:
Serializable
public class PluginExecutionException extends Exception
Generic exception that should fail the build execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginExecutionException(String message)PluginExecutionException(String message, Throwable e)PluginExecutionException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-