Searched refs:SoapFault (Results 1 – 5 of 5) sorted by relevance
33 public class SoapFault extends IOException { class47 public SoapFault() { in SoapFault() method in SoapFault52 public SoapFault(int version) { in SoapFault() method in SoapFault
184 SoapFault fault; in parseBody()186 fault = new SoapFault(this.version); in parseBody()
39 public class SoapFault12 extends SoapFault {
31 import org.ksoap2.SoapFault;147 SoapFault fault; in parseBody()149 fault = new SoapFault(this.version); in parseBody()617 public Object getResponse() throws SoapFault { in getResponse()621 if (bodyIn instanceof SoapFault) { in getResponse()622 throw (SoapFault) bodyIn; in getResponse()
97 @@ -72,27 +72,28 @@ public class SoapFault12 extends SoapFault {1516 * @throws SoapFault1519 public Object getResponse() throws SoapFault {1523 if (bodyIn instanceof SoapFault) {1524 throw (SoapFault) bodyIn;