package at.gv.util.wsdl.misstork; import javax.xml.ws.WebFault; /** * This class was generated by Apache CXF 3.0.1 * 2014-10-28T17:28:32.584+01:00 * Generated source version: 3.0.1 */ @WebFault(name = "MisStorkError", targetNamespace = "http://reference.e-government.gv.at/namespace/misstork/20131126/xsd") public class MisStorkError extends Exception { private at.gv.util.xsd.misstork.MisStorkError misStorkError; public MisStorkError() { super(); } public MisStorkError(String message) { super(message); } public MisStorkError(String message, Throwable cause) { super(message, cause); } public MisStorkError(String message, at.gv.util.xsd.misstork.MisStorkError misStorkError) { super(message); this.misStorkError = misStorkError; } public MisStorkError(String message, at.gv.util.xsd.misstork.MisStorkError misStorkError, Throwable cause) { super(message, cause); this.misStorkError = misStorkError; } public at.gv.util.xsd.misstork.MisStorkError getFaultInfo() { return this.misStorkError; } }