org.apache.hello_world_mixedstyle
Class PingMeFault

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

@WebFault(name="faultDetail",
          targetNamespace="http://apache.org/hello_world_mixedstyle/types")
public class PingMeFault
extends java.lang.Exception

This class was generated by IONA FUSE Services Framework 2.0.3.0-fuse Tue Nov 20 19:08:14 NST 2007 Generated source version: 2.0.3.0-fuse

See Also:
Serialized Form

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

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

PingMeFault

public PingMeFault()

PingMeFault

public PingMeFault(java.lang.String message)

PingMeFault

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

PingMeFault

public PingMeFault(java.lang.String message,
                   FaultDetail faultDetail)

PingMeFault

public PingMeFault(java.lang.String message,
                   FaultDetail faultDetail,
                   java.lang.Throwable cause)
Method Detail

getFaultInfo

public FaultDetail getFaultInfo()


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.