org.jboss.deployment
Class IncompleteDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException (src)
org.jboss.deployment.DeploymentException (src)
org.jboss.deployment.IncompleteDeploymentException
- All Implemented Interfaces:
- NestedThrowable (src) , java.io.Serializable
- public class IncompleteDeploymentException
- extends DeploymentException (src)
IncompleteDeploymentException
- See Also:
- Serialized Form
Constructor Summary |
IncompleteDeploymentException(java.util.Collection mbeansWaitingForClasses,
java.util.Collection mbeansWaitingForDepends,
java.util.Collection rootCause,
java.util.Collection incompletePackages,
java.util.Collection waitingForDeployer)
CTOR |
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 |
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
-
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