Package org.apache.schema_validation
Class DoSomethingFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
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="2023-06-06T12:44:56.682-04:00",
comments="Apache CXF 4.0.2")
public class DoSomethingFault
extends Exception
This class was generated by Apache CXF 4.0.2
2023-06-06T12:44:56.682-04:00
Generated source version: 4.0.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDoSomethingFault(String message) DoSomethingFault(String message, Throwable cause) DoSomethingFault(String message, SomeFault someFault) DoSomethingFault(String message, SomeFault someFault, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04:00") public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DoSomethingFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04:00") public DoSomethingFault() -
DoSomethingFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04:00") public DoSomethingFault(String message) -
DoSomethingFault
-
DoSomethingFault
-
DoSomethingFault
-
-
Method Details
-
getFaultInfo
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04:00") public SomeFault getFaultInfo()
-