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="2014-07-15T14:38:31.293-04:00",
comments="Apache CXF 3.0.1")
public class PingException- extends Exception
This class was generated by Apache CXF 3.0.1
2014-07-15T14:38:31.293-04:00
Generated source version: 3.0.1
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public static final long serialVersionUID
- See Also:
- Constant Field Values
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public PingException()
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public PingException(String message)
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public PingException(String message,
Throwable cause)
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public PingException(String message,
PingFaultDetails pingFaultDetails)
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public PingException(String message,
PingFaultDetails pingFaultDetails,
Throwable cause)
getFaultInfo
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:31.293-04:00")
public PingFaultDetails getFaultInfo()
Apache CXF