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:
java.io.Serializable

@WebFault(name="PingFaultDetails",
          targetNamespace="http://apache.org/handler_test/types")
public class PingException
extends java.lang.Exception

This class was generated by IONA FUSE Services Framework 2.0.6.11-fuse Tue Nov 18 13:01:56 EST 2008 Generated source version: 2.0.6.11-fuse

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
PingException()
           
PingException(java.lang.String message)
           
PingException(java.lang.String message, PingFaultDetails pingFaultDetails)
           
PingException(java.lang.String message, PingFaultDetails pingFaultDetails, java.lang.Throwable cause)
           
PingException(java.lang.String message, java.lang.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

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PingException

public PingException()

PingException

public PingException(java.lang.String message)

PingException

public PingException(java.lang.String message,
                     java.lang.Throwable cause)

PingException

public PingException(java.lang.String message,
                     PingFaultDetails pingFaultDetails)

PingException

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

getFaultInfo

public PingFaultDetails getFaultInfo()


Apache CXF