| Enum | Description |
|---|---|
| BeanType | |
| ContainerType | |
| InterfaceType | |
| Vendor |
| Exception | Description |
|---|---|
| ApplicationException |
This exception is thrown when a normal EnterpriseBean exception is thrown.
|
| DeploymentNotFoundException | |
| DuplicateDeploymentIdException | |
| Injector.InjectionException | |
| Injector.NoInjectionMetaDataException | |
| InternalErrorException |
This runtime exception should wrap odd runtime exceptions that would not
make sense to the caller of the method.
|
| InvalidateReferenceException |
This type is thrown when the EnterpriseBean throws a RuntimeException or
system exception that results in the eviction of the bean instance.
|
| NoSuchApplicationException | |
| OpenEJB.InitializationException | |
| OpenEJBException |
The OpenEJBException is the standard exception thrown by all methods in all
type in the Container Provider Interface (CPI).
|
| OpenEJBRuntimeException | |
| SystemException |
This exception is thrown when the container has encountered an unresolvable
system exception that make this Container unable to process requests.
|
| UndeployException |