org.apache.schema_validation
Class DoSomethingFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.schema_validation.DoSomethingFault
All Implemented Interfaces:
Serializable

@WebFault(name="SomeFault",
          targetNamespace="http://apache.org/schema_validation/types")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00",
           comments="Apache CXF 3.0.1")
public class DoSomethingFault
extends Exception

This class was generated by Apache CXF 3.0.1 2014-07-15T14:38:34.342-04:00 Generated source version: 3.0.1

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
DoSomethingFault()
           
DoSomethingFault(String message)
           
DoSomethingFault(String message, SomeFault someFault)
           
DoSomethingFault(String message, SomeFault someFault, Throwable cause)
           
DoSomethingFault(String message, Throwable cause)
           
 
Method Summary
 SomeFault 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-07-15T14:38:34.342-04:00")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DoSomethingFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00")
public DoSomethingFault()

DoSomethingFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00")
public DoSomethingFault(String message)

DoSomethingFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00")
public DoSomethingFault(String message,
                                           Throwable cause)

DoSomethingFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00")
public DoSomethingFault(String message,
                                           SomeFault someFault)

DoSomethingFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00")
public DoSomethingFault(String message,
                                           SomeFault someFault,
                                           Throwable cause)
Method Detail

getFaultInfo

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.342-04:00")
public SomeFault getFaultInfo()


Apache CXF