Searched defs:processSystemException (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.java4985 newException = processSystemException(exception);
5044 newException = processSystemException(exception);
5113 newException = processSystemException(newException);
5204 private Throwable processSystemException(Throwable sysEx) { method in class:BaseContainer

Completed in 112 milliseconds