org.apache.intfault
Class BadRecordLitFault

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

@WebFault(name="int",
          targetNamespace="http://apache.org/intfault/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.279Z Generated source version: 2.4.3-fuse-03-02

See Also:
Serialized Form

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

BadRecordLitFault

public BadRecordLitFault(String message,
                         int _int,
                         Throwable cause)
Method Detail

getFaultInfo

public int getFaultInfo()


Apache CXF