package at.gv.util.wsdl.mis.usp_v2; import javax.xml.ws.WebFault; /** * This class was generated by Apache CXF 3.1.10 * 2018-09-12T08:57:26.635+02:00 * Generated source version: 3.1.10 */ @WebFault(name = "TerminateMandateFault", targetNamespace = "http://eai.brz.gv.at/services/vdds/synchronisation") public class TerminateMandateFault extends Exception { private at.gv.util.xsd.mis.usp_v2.eai.common.ResultType terminateMandateFault; public TerminateMandateFault() { super(); } public TerminateMandateFault(String message) { super(message); } public TerminateMandateFault(String message, Throwable cause) { super(message, cause); } public TerminateMandateFault(String message, at.gv.util.xsd.mis.usp_v2.eai.common.ResultType terminateMandateFault) { super(message); this.terminateMandateFault = terminateMandateFault; } public TerminateMandateFault(String message, at.gv.util.xsd.mis.usp_v2.eai.common.ResultType terminateMandateFault, Throwable cause) { super(message, cause); this.terminateMandateFault = terminateMandateFault; } public at.gv.util.xsd.mis.usp_v2.eai.common.ResultType getFaultInfo() { return this.terminateMandateFault; } }