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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public class NoSuchCodeLitFault
extends Exception

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:03:39.432Z Generated source version: 2.5.0.fuse-70-097

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NoSuchCodeLitFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public NoSuchCodeLitFault()

NoSuchCodeLitFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public NoSuchCodeLitFault(String message)

NoSuchCodeLitFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public NoSuchCodeLitFault(String message,
                                    Throwable cause)

NoSuchCodeLitFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public NoSuchCodeLitFault(String message,
                                    NoSuchCodeLit noSuchCodeLit)

NoSuchCodeLitFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public NoSuchCodeLitFault(String message,
                                    NoSuchCodeLit noSuchCodeLit,
                                    Throwable cause)
Method Detail

getFaultInfo

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:39.432Z")
public NoSuchCodeLit getFaultInfo()


Apache CXF