JBoss AS7 Deployment Plugin 7.9.Final

org.jboss.as.plugin.common
Class DeploymentFailureException

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.MojoFailureException
                  extended by 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

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
DeploymentFailureException(Object source, String shortMessage, String longMessage)
           
DeploymentFailureException(String message)
           
DeploymentFailureException(String format, Object... args)
           
DeploymentFailureException(String message, Throwable cause)
           
DeploymentFailureException(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

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)

JBoss AS7 Deployment Plugin 7.9.Final

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