org.jboss.deployers.client.spi
Class IncompleteDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.deployers.spi.DeploymentException
              extended by org.jboss.deployers.client.spi.IncompleteDeploymentException
All Implemented Interfaces:
Serializable

public class IncompleteDeploymentException
extends DeploymentException

IncompleteDeploymentException.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
IncompleteDeploymentException()
          For serialization
IncompleteDeploymentException(IncompleteDeployments incompleteDeployments)
          Create a new IncompleteDeploymentException.
 
Method Summary
 IncompleteDeployments getIncompleteDeployments()
          Get the incompleteDeployments.
 String getMessage()
           
 
Methods inherited from class org.jboss.deployers.spi.DeploymentException
rethrowAsDeploymentException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

IncompleteDeploymentException

public IncompleteDeploymentException()
For serialization


IncompleteDeploymentException

public IncompleteDeploymentException(IncompleteDeployments incompleteDeployments)
Create a new IncompleteDeploymentException.

Parameters:
incompleteDeployments - the incomplete deployments
Throws:
IllegalArgumentException - for null incompleteDeployments
Method Detail

getIncompleteDeployments

public IncompleteDeployments getIncompleteDeployments()
Get the incompleteDeployments.

Returns:
the incompleteDeployments.

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.