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