Package org.apache.maven.execution
Class MavenExecutionRequestPopulationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.execution.MavenExecutionRequestPopulationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MavenExecutionRequestPopulationException extends java.lang.Exception
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MavenExecutionRequestPopulationException(java.lang.String message)
MavenExecutionRequestPopulationException(java.lang.String message, java.lang.Throwable cause)
MavenExecutionRequestPopulationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
MavenExecutionRequestPopulationException
public MavenExecutionRequestPopulationException(java.lang.String message)
-
MavenExecutionRequestPopulationException
public MavenExecutionRequestPopulationException(java.lang.Throwable cause)
-
MavenExecutionRequestPopulationException
public MavenExecutionRequestPopulationException(java.lang.String message, java.lang.Throwable cause)
-
-