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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

MojoFailureException(String message)
Construct a new MojoFailureException exception providing a message.
MojoFailureException(Object source, String shortMessage, String longMessage)
Construct a new MojoFailureException 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.
MojoFailureException(String message, Throwable cause)
Construct a new MojoFailureException exception wrapping an underlying Throwable and providing a message.