Package org.apache.handler_test
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="2024-03-07T12:28:43.449-05:00", comments="Apache CXF 3.6.3") public class PingException extends ExceptionThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:43.449-05:00 Generated source version: 3.6.3- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description PingException()PingException(String message)PingException(String message, Throwable cause)PingException(String message, PingFaultDetails pingFaultDetails)PingException(String message, PingFaultDetails pingFaultDetails, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PingFaultDetailsgetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public static final long serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public PingException()
-
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public PingException(String message)
-
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public PingException(String message, Throwable cause)
-
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public PingException(String message, PingFaultDetails pingFaultDetails)
-
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public PingException(String message, PingFaultDetails pingFaultDetails, Throwable cause)
-
-
Method Detail
-
getFaultInfo
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.449-05:00") public PingFaultDetails getFaultInfo()
-
-