2 package org.apache.hello_world_soap_http;
4 import javax.xml.ws.WebFault;
13 @WebFault(name =
"faultDetail", targetNamespace =
"http://apache.org/hello_world_soap_http/types")
15 public static final long serialVersionUID = 20160218233632L;
27 public PingMeFault(String message, Throwable cause) {
28 super(message, cause);
33 this.faultDetail = faultDetail;
37 super(message, cause);
38 this.faultDetail = faultDetail;
42 return this.faultDetail;