org.jboss.as.plugin.common
Class DeploymentFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.jboss.as.plugin.common.DeploymentFailureException
- All Implemented Interfaces:
- Serializable
public class DeploymentFailureException
- extends org.apache.maven.plugin.MojoFailureException
Wrapped exception for the MojoFailureException
.
- 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 |
DeploymentFailureException
public DeploymentFailureException(Object source,
String shortMessage,
String longMessage)
DeploymentFailureException
public DeploymentFailureException(String message)
DeploymentFailureException
public DeploymentFailureException(String format,
Object... args)
DeploymentFailureException
public DeploymentFailureException(String message,
Throwable cause)
DeploymentFailureException
public DeploymentFailureException(Throwable cause,
String format,
Object... args)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.