Performs exception logging and chaining according to the
EJB spec. Wraps system exceptions in RemoteException or EJBException.
All runtime and transaction-related exceptions are considered system exceptions.
See Also:MockContainer.isSystemException(Throwable) author: Alexander Ananiev