Class MavenExecutionException

All Implemented Interfaces:
Serializable

@Experimental public class MavenExecutionException extends MavenException
Exception thrown when an error occurs during Maven execution. This exception wraps the original cause of the execution failure.
Since:
4.0.0
See Also:
  • Constructor Details

    • MavenExecutionException

      public MavenExecutionException(Throwable cause)
      Constructs a new MavenExecutionException with the specified cause.
      Parameters:
      cause - The underlying exception that caused the execution failure