* @exception com.arjuna.mw.wsas.exceptions.SystemException Thrown if any other error occurs.
*/
public void removeSynchronization (Synchronization participant) throws SystemException, InvalidTransactionException, NoTransactionException, InvalidSynchronizationException, WrongStateException
{
throw new WrongStateException();
}