当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
IncompleteDeploymentException (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
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:
- org.jboss.util.NestedThrowable, Serializable
- public class IncompleteDeploymentException
- extends DeploymentException
IncompleteDeploymentException.java
Created: Mon Jun 24 08:20:16 2002
- Version:
- Author:
- David Jencks
- See Also:
- Serialized Form
Nested classes inherited from class 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)
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()
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.