executionData.put(TestLinkParams.EXECUTION_ID.toString(), executionId);
this.executeXmlRpcCall(TestLinkMethods.DELETE_EXECUTION.toString(), executionData);
// the error verification routine is called inside
// super.executeXml...
} catch (XmlRpcException xmlrpcex) {
throw new TestLinkAPIException("Error deleting execution: " + xmlrpcex.getMessage(), xmlrpcex);
}
}