List of usage examples for org.apache.maven.plugin MojoExecutionException subclass-usage
From source file org.wildfly.plugin.common.DeploymentExecutionException.java
/** * Wrapped exception for {@link MojoExecutionException}. * * @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a> */ public class DeploymentExecutionException extends MojoExecutionException {
From source file org.wildfly.plugin.deployment.DeploymentException.java
/** * Wrapped exception for {@link MojoExecutionException}. * * @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a> */ public class DeploymentException extends MojoExecutionException {
From source file org.wildfly.plugin.deployment.MojoDeploymentException.java
/** * Wrapped exception for {@link MojoExecutionException}. * * @author <a href="mailto:jperkins@redhat.com">James R. Perkins</a> */ public class MojoDeploymentException extends MojoExecutionException {