Searched defs:sysEx (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java5204 private Throwable processSystemException(Throwable sysEx) { argument
5206 if ( sysEx instanceof EJBException)
5207 return sysEx;
5210 if ( sysEx instanceof NoSuchEntityException ) { // for EntityBeans only
5213 newException.initCause(sysEx);
5216 newException.initCause(sysEx);

Completed in 474 milliseconds