@WebFault(name="faultDetail", targetNamespace="http://apache.org/hello_world_soap_http/types") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00", comments="Apache CXF 3.1.5.redhat-630224") public class PingMeFault extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
PingMeFault() |
PingMeFault(String message) |
PingMeFault(String message,
FaultDetail faultDetail) |
PingMeFault(String message,
FaultDetail faultDetail,
Throwable cause) |
PingMeFault(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
FaultDetail |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public static final long serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public PingMeFault()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public PingMeFault(String message)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public PingMeFault(String message, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public PingMeFault(String message, FaultDetail faultDetail)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public PingMeFault(String message, FaultDetail faultDetail, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-12-22T09:57:53.651-05:00") public FaultDetail getFaultInfo()
Apache Camel