6061626364656667686970
Assert.assertNotNull(error); } { Exception error = null; try { xaResource.rollback(null); } catch (Exception ex) { error = ex; } Assert.assertNotNull(error); }