org.jboss.deployment
Class IncompleteDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException
org.jboss.deployment.DeploymentException
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 classes/interfaces inherited from interface org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
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 |
Methods inherited from class org.jboss.util.NestedException |
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace |
IncompleteDeploymentException
public IncompleteDeploymentException(Collection mbeansWaitingForClasses,
Collection mbeansWaitingForDepends,
Collection rootCause,
Collection incompletePackages,
Collection waitingForDeployer)
- CTOR
- Parameters:
mbeansWaitingForClasses
- mbeansWaitingForDepends
- rootCause
- incompletePackages
- waitingForDeployer
-
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.