}
public void setValue(SOAPFaultValue soapFaultSubCodeValue)
throws SOAPProcessingException {
if (!(soapFaultSubCodeValue instanceof SOAP12FaultValueImpl)) {
throw new SOAPProcessingException(
"Expecting SOAP 1.2 implementation of SOAP Fault Value. " +
"But received some other implementation");
}
super.setValue(soapFaultSubCodeValue);
}