Java org.apache.maven.plugin MojoExecutionException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.plugin MojoExecutionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.plugin MojoExecutionException.

The text is from its open source code.

Subclass

org.apache.maven.plugin.MojoExecutionException has subclasses.
Click this link to see all its subclasses.

Constructor

MojoExecutionException(String message, Exception cause)
Construct a new MojoExecutionException exception wrapping an underlying Exception and providing a message.
MojoExecutionException(String message, Throwable cause)
Construct a new MojoExecutionException exception wrapping an underlying Throwable and providing a message.
MojoExecutionException(String message)
Construct a new MojoExecutionException exception providing a message.
MojoExecutionException(Object source, String shortMessage, String longMessage)
Construct a new MojoExecutionException exception providing the source and a short and long message: these messages are used to improve the message written at the end of Maven build.