throw new WrongStateException(ex.toString());
}
catch (com.arjuna.wst.FaultedException ex)
{
// we can see this in 1.1
throw new CancelFailedException(ex.toString());
}
catch (com.arjuna.wst.SystemException ex)
{
throw new SystemException(ex.toString());
}