@WebFault(name="faultDetail", targetNamespace="http://apache.org/hello_world_xml_http/wrapped/types") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30", comments="Apache CXF 2.7.0.redhat-610394") 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="2014-09-22T14:45:21.672-02:30") public static final long serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30") public PingMeFault()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30") public PingMeFault(String message)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30") public PingMeFault(String message, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30") public PingMeFault(String message, FaultDetail faultDetail)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30") public PingMeFault(String message, FaultDetail faultDetail, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T14:45:21.672-02:30") public FaultDetail getFaultInfo()
Apache CXF