Package org.apache.maven.api.cache
Class MavenExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.api.services.MavenException
org.apache.maven.api.cache.MavenExecutionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionMavenExecutionException
(Throwable cause) Constructs a new MavenExecutionException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MavenExecutionException
Constructs a new MavenExecutionException with the specified cause.- Parameters:
cause
- The underlying exception that caused the execution failure
-