package at.gv.util.wsdl.ur_V5; import javax.xml.ws.WebFault; /** * This class was generated by Apache CXF 3.0.1 * 2014-10-16T12:00:10.741+02:00 * Generated source version: 3.0.1 */ @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_V5.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_V5.xmlsw.CustomFaultType xmlSwFault) { super(message); this.xmlSwFault = xmlSwFault; } public XmlSwFault(String message, at.gv.util.xsd.ur_V5.xmlsw.CustomFaultType xmlSwFault, Throwable cause) { super(message, cause); this.xmlSwFault = xmlSwFault; } public at.gv.util.xsd.ur_V5.xmlsw.CustomFaultType getFaultInfo() { return this.xmlSwFault; } }