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