AddNumbersException_Exception.java
package org.apache.cxf.systest.ws.addr_fromjava.client;
import jakarta.annotation.Generated;
import jakarta.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 4.1.3-SNAPSHOT-805eaa78a566e338c23b7ec630e304d0b068e354
* 2025-06-13T06:28:48.472Z
* Generated source version: 4.1.3-SNAPSHOT
*/
@WebFault(name = "AddNumbersException", targetNamespace = "http://server.addr_fromjava.ws.systest.cxf.apache.org/")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z", comments = "Apache CXF 4.1.3-SNAPSHOT-805eaa78a566e338c23b7ec630e304d0b068e354")
public class AddNumbersException_Exception extends Exception {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public static final long serialVersionUID = 1L;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
private org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException faultInfo;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public AddNumbersException_Exception() {
super();
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public AddNumbersException_Exception(String message) {
super(message);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public AddNumbersException_Exception(String message, java.lang.Throwable cause) {
super(message, cause);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public AddNumbersException_Exception(String message, org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException addNumbersException) {
super(message);
this.faultInfo = addNumbersException;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public AddNumbersException_Exception(String message, org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException addNumbersException, java.lang.Throwable cause) {
super(message, cause);
this.faultInfo = addNumbersException;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-06-13T06:28:48.472Z")
public org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException getFaultInfo() {
return this.faultInfo;
}
}