org.apache.cxf.hello_world_jms
Class BadRecordLitFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.hello_world_jms.BadRecordLitFault
All Implemented Interfaces:
Serializable

@WebFault(name="BadRecordLit",
          targetNamespace="http://cxf.apache.org/hello_world_jms/types")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:40.540Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public class BadRecordLitFault
extends Exception

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

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
BadRecordLitFault()
           
BadRecordLitFault(String message)
           
BadRecordLitFault(String message, BadRecordLit badRecordLit)
           
BadRecordLitFault(String message, BadRecordLit badRecordLit, Throwable cause)
           
BadRecordLitFault(String message, Throwable cause)
           
 
Method Summary
 BadRecordLit 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:40.540Z")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BadRecordLitFault

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

BadRecordLitFault

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

BadRecordLitFault

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

BadRecordLitFault

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

BadRecordLitFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:40.540Z")
public BadRecordLitFault(String message,
                                   BadRecordLit badRecordLit,
                                   Throwable cause)
Method Detail

getFaultInfo

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


Apache CXF