org.jboss.deployment
Class IncompleteDeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.util.NestedException (src) 
              extended byorg.jboss.deployment.DeploymentException (src) 
                  extended byorg.jboss.deployment.IncompleteDeploymentException
All Implemented Interfaces:
NestedThrowable (src) , java.io.Serializable

public class IncompleteDeploymentException
extends DeploymentException (src)

IncompleteDeploymentException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable (src)
NestedThrowable.Util (src)
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedException (src)
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable (src)
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
IncompleteDeploymentException(java.util.Collection mbeansWaitingForClasses, java.util.Collection mbeansWaitingForDepends, java.util.Collection rootCause, java.util.Collection incompletePackages, java.util.Collection waitingForDeployer)
          CTOR
 
Method Summary
 java.util.Collection getIncompletePackages()
          Get the IncompletePackages value.
 java.util.Collection getMbeansWaitingForClasses()
          Get the MbeansWaitingForClasses value.
 java.util.Collection getMbeansWaitingForDepends()
          Get the MbeansWaitingForDepends value.
 java.util.Collection getWaitingForDeployer()
          Get the WaitingForDeployer value.
 boolean isEmpty()
           
 java.lang.String toString()
          Convert to String and cache the deployment information
 
Methods inherited from class org.jboss.deployment.DeploymentException (src)
rethrowAsDeploymentException
 
Methods inherited from class org.jboss.util.NestedException (src)
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(java.util.Collection mbeansWaitingForClasses,
                                     java.util.Collection mbeansWaitingForDepends,
                                     java.util.Collection rootCause,
                                     java.util.Collection incompletePackages,
                                     java.util.Collection waitingForDeployer)
CTOR

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

getMbeansWaitingForClasses

public java.util.Collection getMbeansWaitingForClasses()
Get the MbeansWaitingForClasses value.

Returns:
the MbeansWaitingForClasses value.

getMbeansWaitingForDepends

public java.util.Collection getMbeansWaitingForDepends()
Get the MbeansWaitingForDepends value.

Returns:
the MbeansWaitingForDepends value.

getIncompletePackages

public java.util.Collection getIncompletePackages()
Get the IncompletePackages value.

Returns:
the IncompletePackages value.

getWaitingForDeployer

public java.util.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 java.lang.String toString()
Convert to String and cache the deployment information