org.apache.camel.wsdl_first
Class UnknownPersonFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.wsdl_first.UnknownPersonFault
All Implemented Interfaces:
Serializable

@WebFault(name="UnknownPersonFault",
          targetNamespace="http://camel.apache.org/wsdl-first/types")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00",
           comments="Apache CXF 2.6.0.redhat-60061")
public class UnknownPersonFault
extends Exception

This class was generated by Apache CXF 2.6.0.redhat-60061 2014-02-07T13:37:54.128-05:00 Generated source version: 2.6.0.redhat-60061

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
UnknownPersonFault()
           
UnknownPersonFault(String message)
           
UnknownPersonFault(String message, Throwable cause)
           
UnknownPersonFault(String message, UnknownPersonFault unknownPersonFault)
           
UnknownPersonFault(String message, UnknownPersonFault unknownPersonFault, Throwable cause)
           
 
Method Summary
 UnknownPersonFault 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="2014-02-07T13:37:54.128-05:00")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnknownPersonFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00")
public UnknownPersonFault()

UnknownPersonFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00")
public UnknownPersonFault(String message)

UnknownPersonFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00")
public UnknownPersonFault(String message,
                                             Throwable cause)

UnknownPersonFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00")
public UnknownPersonFault(String message,
                                             UnknownPersonFault unknownPersonFault)

UnknownPersonFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00")
public UnknownPersonFault(String message,
                                             UnknownPersonFault unknownPersonFault,
                                             Throwable cause)
Method Detail

getFaultInfo

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-02-07T13:37:54.128-05:00")
public UnknownPersonFault getFaultInfo()


Apache CAMEL