Package org.apache.hello_world_soap_http
Class NoSuchCodeLitFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.hello_world_soap_http.NoSuchCodeLitFault
-
- All Implemented Interfaces:
Serializable
@WebFault(name="NoSuchCodeLit", targetNamespace="http://apache.org/hello_world_soap_http/types") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00", comments="Apache CXF 3.6.1") public class NoSuchCodeLitFault extends ExceptionThis class was generated by Apache CXF 3.6.1 2023-06-06T11:29:24.366-04:00 Generated source version: 3.6.1- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSuchCodeLitFault()NoSuchCodeLitFault(String message)NoSuchCodeLitFault(String message, Throwable cause)NoSuchCodeLitFault(String message, NoSuchCodeLit noSuchCodeLit)NoSuchCodeLitFault(String message, NoSuchCodeLit noSuchCodeLit, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoSuchCodeLitgetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public static final long serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NoSuchCodeLitFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public NoSuchCodeLitFault()
-
NoSuchCodeLitFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public NoSuchCodeLitFault(String message)
-
NoSuchCodeLitFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public NoSuchCodeLitFault(String message, Throwable cause)
-
NoSuchCodeLitFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public NoSuchCodeLitFault(String message, NoSuchCodeLit noSuchCodeLit)
-
NoSuchCodeLitFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public NoSuchCodeLitFault(String message, NoSuchCodeLit noSuchCodeLit, Throwable cause)
-
-
Method Detail
-
getFaultInfo
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.366-04:00") public NoSuchCodeLit getFaultInfo()
-
-