Class FailureException

All Implemented Interfaces:
Serializable

public class FailureException extends RuntimeException
An exception occurring during the execution of the plugin. Throwing this exception should cause a "BUILD FAILURE" message to be displayed in Maven.
See Also:
  • Field Details

  • Constructor Details

    • FailureException

      public FailureException(String msg, Throwable cause)
      Create a new instance with message and what caused the failure
    • FailureException

      public FailureException(String msg)
      Create a new instance with a message describing what happened