42434445464748
public void doTransactional() throws TestException, RuntimeTestException { storeEntity( new TestEntity() ); doOtherTasks(); throw new RuntimeTestException( getClass().getSimpleName() ); }