package at.gv.util.wsdl.ur_V7;

import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 3.1.10
 * 2021-03-29T14:50:12.985+02:00
 * Generated source version: 3.1.10
 */

@WebFault(name = "XmlSwFault", targetNamespace = "http://reference.e-government.gv.at/namespace/xml-sw/1#")
public class XmlSwFault extends Exception {
    
    private at.gv.util.xsd.ur_V7.xmlsw.CustomFaultType xmlSwFault;

    public XmlSwFault() {
        super();
    }
    
    public XmlSwFault(String message) {
        super(message);
    }
    
    public XmlSwFault(String message, Throwable cause) {
        super(message, cause);
    }

    public XmlSwFault(String message, at.gv.util.xsd.ur_V7.xmlsw.CustomFaultType xmlSwFault) {
        super(message);
        this.xmlSwFault = xmlSwFault;
    }

    public XmlSwFault(String message, at.gv.util.xsd.ur_V7.xmlsw.CustomFaultType xmlSwFault, Throwable cause) {
        super(message, cause);
        this.xmlSwFault = xmlSwFault;
    }

    public at.gv.util.xsd.ur_V7.xmlsw.CustomFaultType getFaultInfo() {
        return this.xmlSwFault;
    }
}