Class 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-06T11:29:24.705-04:00",
               comments="Apache CXF 3.6.1")
    public class PingException
    extends Exception
    This class was generated by Apache CXF 3.6.1 2023-06-06T11:29:24.705-04:00 Generated source version: 3.6.1
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.705-04:00")
        public static final long serialVersionUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • PingException

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

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.705-04:00")
        public PingException​(String message)
      • PingException

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

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

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.705-04:00")
        public PingException​(String message,
                             PingFaultDetails pingFaultDetails,
                             Throwable cause)
    • Method Detail

      • getFaultInfo

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