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")
public class PingException
extends Exception

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T17:22:13.390Z Generated source version: 2.4.3-fuse-03-02

See Also:
Serialized Form

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
 

Constructor Detail

PingException

public PingException()

PingException

public PingException(String message)

PingException

public PingException(String message,
                     Throwable cause)

PingException

public PingException(String message,
                     PingFaultDetails pingFaultDetails)

PingException

public PingException(String message,
                     PingFaultDetails pingFaultDetails,
                     Throwable cause)
Method Detail

getFaultInfo

public PingFaultDetails getFaultInfo()


Apache CXF