org.apache.handler_test
Class PingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
PingException()
           
PingException(String message)
           
PingException(String message, PingFaultDetails pingFaultDetails)
           
PingException(String message, PingFaultDetails pingFaultDetails, Throwable cause)
           
PingException(String message, Throwable cause)
           
 
Method Summary
 PingFaultDetails 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-10-02T15:03:40.276Z")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

getFaultInfo

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:40.276Z")
public PingFaultDetails getFaultInfo()


Apache CXF