org.jboss.as.plugin.common
Class DeploymentExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoExecutionException
org.jboss.as.plugin.common.DeploymentExecutionException
- All Implemented Interfaces:
- Serializable
public class DeploymentExecutionException
- extends org.apache.maven.plugin.MojoExecutionException
Wrapped exception for MojoExecutionException
.
- Author:
- James R. Perkins
- See Also:
- Serialized Form
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException |
longMessage, source |
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException |
getLongMessage, getSource |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeploymentExecutionException
public DeploymentExecutionException(Object source,
String shortMessage,
String longMessage)
DeploymentExecutionException
public DeploymentExecutionException(String message,
Exception cause)
DeploymentExecutionException
public DeploymentExecutionException(Exception cause,
String format,
Object... args)
DeploymentExecutionException
public DeploymentExecutionException(String message,
Throwable cause)
DeploymentExecutionException
public DeploymentExecutionException(Throwable cause,
String format,
Object... args)
DeploymentExecutionException
public DeploymentExecutionException(String message)
DeploymentExecutionException
public DeploymentExecutionException(String format,
Object... args)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.