Class PingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.handler_test.PingException
All Implemented Interfaces:
Serializable

@WebFault(name="PingFaultDetails", targetNamespace="http://apache.org/handler_test/types") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00", comments="Apache CXF 4.0.2") public class PingException extends Exception
This class was generated by Apache CXF 4.0.2 2023-06-06T12:44:57.263-04:00 Generated source version: 4.0.2
See Also:
  • Field Details

    • serialVersionUID

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public static final long serialVersionUID
      See Also:
  • Constructor Details

    • PingException

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public PingException()
    • PingException

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public PingException(String message)
    • PingException

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public PingException(String message, Throwable cause)
    • PingException

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public PingException(String message, PingFaultDetails pingFaultDetails)
    • PingException

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public PingException(String message, PingFaultDetails pingFaultDetails, Throwable cause)
  • Method Details

    • getFaultInfo

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.263-04:00") public PingFaultDetails getFaultInfo()