throw param;
if (whichFault == 2) { throw param2; } throw new SOAPStructFault(param1);
if (whichFault == 2) { throw param2; } else if (whichFault == 3) { throw param3; } throw param1;