/* 238 */ SOAPFault soapFault = soapBody.addFault(new NameImpl(faultCode), faultString);
/* */
/* 240 */ String faultActor = faultEx.getFaultActor();
/* 241 */ if (faultActor != null)
/* */ {
/* 243 */ SOAPElement soapElement = soapFault.addChildElement("faultactor");
/* 244 */ soapElement.addTextNode(faultActor);
/* */ }
/* */
/* 247 */ Exception faultCause = (Exception)faultEx.getCause();
/* 248 */ Detail detail = faultEx.getDetail();