Searched refs:PreInvokeException (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java1939 throw new PreInvokeException(ejbEx);
2060 // Unwrap the PreInvokeException if necessary
2061 if ( inv.exception instanceof PreInvokeException ) {
2062 inv.exception = ((PreInvokeException)inv.exception).exception;
4843 && exception instanceof PreInvokeException ) {
4844 inv.exception = ((PreInvokeException)exception).exception;
4958 && exception instanceof PreInvokeException ) {
4959 // A PreInvokeException was thrown, so bean was not invoked
4960 newException= ((PreInvokeException)exception).exception;
5036 if ( exception instanceof PreInvokeException )
5770 final class PreInvokeException extends EJBException { class in inherits:EJBException
5774 PreInvokeException(Exception ex) { method in class:PreInvokeException
[all...]
H A DReadOnlyBeanContainer.java515 throw new PreInvokeException(ce);

Completed in 27 milliseconds