public void rollback () throws IllegalStateException, SystemException
{
CompositeTerminator term = getTerminator();
try {
term.rollback ();
} catch ( SysException se ) {
Configuration.logWarning ( se.getMessage() , se );
throw new ExtendedSystemException ( se.getMessage (), se
.getErrors () );
}