org.jboss.deployers.client.spi
Class IncompleteDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.client.spi.IncompleteDeploymentException
- All Implemented Interfaces:
- Serializable
public class IncompleteDeploymentException
- extends org.jboss.deployers.spi.DeploymentException
IncompleteDeploymentException.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
| Methods inherited from class org.jboss.deployers.spi.DeploymentException |
rethrowAsDeploymentException |
IncompleteDeploymentException
public IncompleteDeploymentException()
- For serialization
IncompleteDeploymentException
public IncompleteDeploymentException(IncompleteDeployments incompleteDeployments)
- Create a new IncompleteDeploymentException.
- Parameters:
incompleteDeployments - the incomplete deployments
- Throws:
IllegalArgumentException - for null incompleteDeployments
getIncompleteDeployments
public IncompleteDeployments getIncompleteDeployments()
- Get the incompleteDeployments.
- Returns:
- the incompleteDeployments.
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright ? 2007 JBoss Inc.. All Rights Reserved.