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:
java.io.Serializable

@WebFault(name="BadRecordLit",
          targetNamespace="http://cxf.apache.org/hello_world_jms/types")
public class BadRecordLitFault
extends java.lang.Exception

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

See Also:
Serialized Form

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

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

BadRecordLitFault

public BadRecordLitFault()

BadRecordLitFault

public BadRecordLitFault(java.lang.String message)

BadRecordLitFault

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

BadRecordLitFault

public BadRecordLitFault(java.lang.String message,
                         BadRecordLit badRecordLit)

BadRecordLitFault

public BadRecordLitFault(java.lang.String message,
                         BadRecordLit badRecordLit,
                         java.lang.Throwable cause)
Method Detail

getFaultInfo

public BadRecordLit getFaultInfo()


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