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.2.0-SNAPSHOT-76f9ef641d05ffda30f7f61aa30cb15d6c530bd8
* 2025-12-05T06:22:09.641Z
* Generated source version: 4.2.0-SNAPSHOT
*/
@WebFault(name = "AddNumbersException", targetNamespace = "http://server.addr_fromjava.ws.systest.cxf.apache.org/")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z", comments = "Apache CXF 4.2.0-SNAPSHOT-76f9ef641d05ffda30f7f61aa30cb15d6c530bd8")
public class AddNumbersException_Exception extends Exception {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z")
public static final long serialVersionUID = 1L;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z")
private org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException faultInfo;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z")
public AddNumbersException_Exception() {
super();
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z")
public AddNumbersException_Exception(String message) {
super(message);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z")
public AddNumbersException_Exception(String message, java.lang.Throwable cause) {
super(message, cause);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2025-12-05T06:22:09.641Z")
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-12-05T06:22:09.641Z")
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-12-05T06:22:09.641Z")
public org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException getFaultInfo() {
return this.faultInfo;
}
}