org.apache.hello_world_soap_http
Class NoSuchCodeLitFault

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

@WebFault(name="NoSuchCodeLit",
          targetNamespace="http://apache.org/hello_world_soap_http/types")
public class NoSuchCodeLitFault
extends java.lang.Exception

This class was generated by Apache CXF 2.1.3.9-fuse Fri Jul 24 16:30:50 EDT 2009 Generated source version: 2.1.3.9-fuse

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
NoSuchCodeLitFault()
           
NoSuchCodeLitFault(java.lang.String message)
           
NoSuchCodeLitFault(java.lang.String message, NoSuchCodeLit noSuchCodeLit)
           
NoSuchCodeLitFault(java.lang.String message, NoSuchCodeLit noSuchCodeLit, java.lang.Throwable cause)
           
NoSuchCodeLitFault(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 NoSuchCodeLit 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

NoSuchCodeLitFault

public NoSuchCodeLitFault()

NoSuchCodeLitFault

public NoSuchCodeLitFault(java.lang.String message)

NoSuchCodeLitFault

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

NoSuchCodeLitFault

public NoSuchCodeLitFault(java.lang.String message,
                          NoSuchCodeLit noSuchCodeLit)

NoSuchCodeLitFault

public NoSuchCodeLitFault(java.lang.String message,
                          NoSuchCodeLit noSuchCodeLit,
                          java.lang.Throwable cause)
Method Detail

getFaultInfo

public NoSuchCodeLit getFaultInfo()


Apache CXF