| Home >> All >> javax >> enterprise >> deploy >> spi >> [ exceptions Javadoc ] |
javax.enterprise.deploy.spi.exceptions: Javadoc index of package javax.enterprise.deploy.spi.exceptions.
Package Samples:
javax.enterprise.deploy.spi.exceptions
Classes:
TargetException: This exception is to report bad target designators. Likely causes include: the server has been reconfigured since the target was originally provided, or the tools is forging targets instead of using the ones provided by the DeploymentManager.
DeploymentManagerCreationException: This exception is to report problems in returning a DeploymentManager object caused by such things as server down, unable to authenticate and the like.
DConfigBeanVersionUnsupportedException: This exception is to report that there is no support for the DConfigBean version requested.
OperationUnsupportedException: This exception is to report that the method called is not supported by this implementation.
ClientExecuteException: This exception reports errors in setting up an application client for execution.
BeanNotFoundException: This exception is to report that the bean is not a child of the parent bean.
InvalidModuleException: This exception is to report an invalid J2EE deployment module type.
ConfigurationException: This exception reports errors in generating a configuration bean.
| Home | Contact Us | Privacy Policy | Terms of Service |