Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » deployment » [javadoc | source]
org.jboss.deployment
public class: DeploymentException [javadoc | source]
java.lang.Object
   org.jboss.deployers.spi.DeploymentException
      org.jboss.deployment.DeploymentException

Direct Known Subclasses:
    IncompleteDeploymentException

Deprecated! use - org.jboss.deployers.spi.DeploymentException

Thrown by a deployer if an application component could not be deployed.
Constructor:
 public DeploymentException() 
 public DeploymentException(String msg) 
    Construct a DeploymentException with the specified detail message.
    Parameters:
    msg - Detail message.
 public DeploymentException(Throwable nested) 
    Construct a DeploymentException with the specified nested Throwable.
    Parameters:
    nested - Nested Throwable.
 public DeploymentException(String msg,
    Throwable nested) 
    Construct a DeploymentException with the specified detail message and nested Throwable.
    Parameters:
    msg - Detail message.
    nested - Nested Throwable.
Method from org.jboss.deployment.DeploymentException Summary:
rethrowAsDeploymentException
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.deployment.DeploymentException Detail:
 public static DeploymentException rethrowAsDeploymentException(String message,
    Throwable t) throws DeploymentException 
      Deprecated!
    Rethrow a throwable as a deployment exception if it isn't already.