org.apache.hello_world_soap_http
Class BadRecordLitFault

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

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

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

See Also:
Serialized Form

Constructor Summary
BadRecordLitFault()
           
BadRecordLitFault(String message)
           
BadRecordLitFault(String message, String badRecordLit)
           
BadRecordLitFault(String message, String badRecordLit, Throwable cause)
           
BadRecordLitFault(String message, Throwable cause)
           
 
Method Summary
 String 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

BadRecordLitFault

public BadRecordLitFault()

BadRecordLitFault

public BadRecordLitFault(String message)

BadRecordLitFault

public BadRecordLitFault(String message,
                         Throwable cause)

BadRecordLitFault

public BadRecordLitFault(String message,
                         String badRecordLit)

BadRecordLitFault

public BadRecordLitFault(String message,
                         String badRecordLit,
                         Throwable cause)
Method Detail

getFaultInfo

public String getFaultInfo()


Apache CXF