Class PluginExecutionException

  • All Implemented Interfaces:
    Serializable

    public class PluginExecutionException
    extends Exception
    Generic exception that should fail the build execution.
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginExecutionException

        public PluginExecutionException​(String message)
      • PluginExecutionException

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

        public PluginExecutionException​(Throwable e)