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:
Serializable

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

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

See Also:
Serialized Form

Constructor Summary
NoSuchCodeLitFault()
           
NoSuchCodeLitFault(String message)
           
NoSuchCodeLitFault(String message, NoSuchCodeLit noSuchCodeLit)
           
NoSuchCodeLitFault(String message, NoSuchCodeLit noSuchCodeLit, Throwable cause)
           
NoSuchCodeLitFault(String message, 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
 

Constructor Detail

NoSuchCodeLitFault

public NoSuchCodeLitFault()

NoSuchCodeLitFault

public NoSuchCodeLitFault(String message)

NoSuchCodeLitFault

public NoSuchCodeLitFault(String message,
                          Throwable cause)

NoSuchCodeLitFault

public NoSuchCodeLitFault(String message,
                          NoSuchCodeLit noSuchCodeLit)

NoSuchCodeLitFault

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

getFaultInfo

public NoSuchCodeLit getFaultInfo()


Apache CXF