JBoss AS7 Deployment Plugin 7.9.Final

org.jboss.as.plugin.common
Class DeploymentExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.AbstractMojoExecutionException
              extended by org.apache.maven.plugin.MojoExecutionException
                  extended by 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

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
DeploymentExecutionException(Exception cause, String format, Object... args)
           
DeploymentExecutionException(Object source, String shortMessage, String longMessage)
           
DeploymentExecutionException(String message)
           
DeploymentExecutionException(String message, Exception cause)
           
DeploymentExecutionException(String format, Object... args)
           
DeploymentExecutionException(String message, Throwable cause)
           
DeploymentExecutionException(Throwable cause, String format, Object... args)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)

JBoss AS7 Deployment Plugin 7.9.Final

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.