org.apache.hello_world_soap_http
Class PingMeFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hello_world_soap_http.PingMeFault
All Implemented Interfaces:
Serializable

@WebFault(name="faultDetail",
          targetNamespace="http://apache.org/hello_world_soap_http/types")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00",
           comments="Apache CXF 2.6.1")
public class PingMeFault
extends Exception

This class was generated by Apache CXF 2.6.1 2012-06-27T19:41:55.606-04:00 Generated source version: 2.6.1

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
PingMeFault()
           
PingMeFault(String message)
           
PingMeFault(String message, FaultDetail faultDetail)
           
PingMeFault(String message, FaultDetail faultDetail, Throwable cause)
           
PingMeFault(String message, Throwable cause)
           
 
Method Summary
 FaultDetail getFaultInfo()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PingMeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public PingMeFault()

PingMeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public PingMeFault(String message)

PingMeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public PingMeFault(String message,
                                      Throwable cause)

PingMeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public PingMeFault(String message,
                                      FaultDetail faultDetail)

PingMeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public PingMeFault(String message,
                                      FaultDetail faultDetail,
                                      Throwable cause)
Method Detail

getFaultInfo

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.606-04:00")
public FaultDetail getFaultInfo()


Apache CAMEL