org.jboss.deployment
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.deployment.DeploymentException
                  extended by org.jboss.deployment.IncompleteDeploymentException
All Implemented Interfaces:
Serializable

public class IncompleteDeploymentException
extends DeploymentException

IncompleteDeploymentException

Version:
$Revision: 81033 $
Author:
David Jencks, Dimitris Andreadis
See Also:
Serialized Form

Constructor Summary
IncompleteDeploymentException(Collection mbeansWaitingForClasses, Collection mbeansWaitingForDepends, Collection rootCause, Collection incompletePackages, Collection waitingForDeployer)
          CTOR
 
Method Summary
 Collection getIncompletePackages()
          Get the IncompletePackages value.
 Collection getMbeansWaitingForClasses()
          Get the MbeansWaitingForClasses value.
 Collection getMbeansWaitingForDepends()
          Get the MbeansWaitingForDepends value.
 Collection getWaitingForDeployer()
          Get the WaitingForDeployer value.
 boolean isEmpty()
           
 String toString()
          Convert to String and cache the deployment information
 
Methods inherited from class org.jboss.deployment.DeploymentException
rethrowAsDeploymentException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteDeploymentException

public IncompleteDeploymentException(Collection mbeansWaitingForClasses,
                                     Collection mbeansWaitingForDepends,
                                     Collection rootCause,
                                     Collection incompletePackages,
                                     Collection waitingForDeployer)
CTOR

Parameters:
mbeansWaitingForClasses -
mbeansWaitingForDepends -
rootCause -
incompletePackages -
waitingForDeployer -
Method Detail

getMbeansWaitingForClasses

public Collection getMbeansWaitingForClasses()
Get the MbeansWaitingForClasses value.

Returns:
the MbeansWaitingForClasses value.

getMbeansWaitingForDepends

public Collection getMbeansWaitingForDepends()
Get the MbeansWaitingForDepends value.

Returns:
the MbeansWaitingForDepends value.

getIncompletePackages

public Collection getIncompletePackages()
Get the IncompletePackages value.

Returns:
the IncompletePackages value.

getWaitingForDeployer

public Collection getWaitingForDeployer()
Get the WaitingForDeployer value.

Returns:
the WaitingForDeployer value.

isEmpty

public boolean isEmpty()
Returns:
true is no information is contained at all

toString

public String toString()
Convert to String and cache the deployment information

Overrides:
toString in class Throwable


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