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.4-SNAPSHOT-8c2302b5dbd602be91342109a0ad575b2e278882
 * 2026-09-07T06:21:09.868Z
 * Generated source version: 4.2.4-SNAPSHOT
 */

@WebFault(name = "AddNumbersException", targetNamespace = "http://server.addr_fromjava.ws.systest.cxf.apache.org/")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z", comments = "Apache CXF 4.2.4-SNAPSHOT-8c2302b5dbd602be91342109a0ad575b2e278882")
public class AddNumbersException_Exception extends Exception {
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z")
    public static final long serialVersionUID = 1L;

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z")
    private org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException faultInfo;

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z")
    public AddNumbersException_Exception() {
        super();
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z")
    public AddNumbersException_Exception(String message) {
        super(message);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z")
    public AddNumbersException_Exception(String message, java.lang.Throwable cause) {
        super(message, cause);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2026-09-07T06:21:09.868Z")
    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 = "2026-09-07T06:21:09.868Z")
    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 = "2026-09-07T06:21:09.868Z")
    public org.apache.cxf.systest.ws.addr_fromjava.client.AddNumbersException getFaultInfo() {
        return this.faultInfo;
    }
}