|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.deployers.spi.DeploymentException
org.jboss.deployment.DeploymentException
org.jboss.deployment.IncompleteDeploymentException
public class IncompleteDeploymentException
IncompleteDeploymentException
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 java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncompleteDeploymentException(Collection mbeansWaitingForClasses, Collection mbeansWaitingForDepends, Collection rootCause, Collection incompletePackages, Collection waitingForDeployer)
mbeansWaitingForClasses
- mbeansWaitingForDepends
- rootCause
- incompletePackages
- waitingForDeployer
- Method Detail |
---|
public Collection getMbeansWaitingForClasses()
public Collection getMbeansWaitingForDepends()
public Collection getIncompletePackages()
public Collection getWaitingForDeployer()
public boolean isEmpty()
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |