org.jboss.deployment
Class IncompleteDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.util.NestedException
              extended by org.jboss.deployment.DeploymentException
                  extended by org.jboss.deployment.IncompleteDeploymentException
All Implemented Interfaces:
Serializable, org.jboss.util.NestedThrowable

public class IncompleteDeploymentException
extends DeploymentException

IncompleteDeploymentException

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.util.NestedThrowable
org.jboss.util.NestedThrowable.Util
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedException
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
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 org.jboss.util.NestedException
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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 © 2002 JBoss Group, LLC. All Rights Reserved.