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="2012-10-02T15:03:40.276Z",
comments="Apache CXF 2.5.0.fuse-70-097")
public class PingException- extends Exception
This class was generated by Apache CXF 2.5.0.fuse-70-097
2012-10-02T15:03:40.276Z
Generated source version: 2.5.0.fuse-70-097
- 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="2012-10-02T15:03:40.276Z")
public static final long serialVersionUID
- See Also:
- Constant Field Values
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.276Z")
public PingException()
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.276Z")
public PingException(String message)
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.276Z")
public PingException(String message,
Throwable cause)
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.276Z")
public PingException(String message,
PingFaultDetails pingFaultDetails)
PingException
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.276Z")
public PingException(String message,
PingFaultDetails pingFaultDetails,
Throwable cause)
getFaultInfo
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:40.276Z")
public PingFaultDetails getFaultInfo()
Apache CXF