gov.hhs.fha.nhinc.adaptermpi.FindCandidatesSecuredFault Maven / Gradle / Ivy
The newest version!
package gov.hhs.fha.nhinc.adaptermpi;
import javax.annotation.Generated;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.1.9
* 2019-06-25T18:25:22.973-04:00
* Generated source version: 3.1.9
*/
@WebFault(name = "PatientDiscoveryFault", targetNamespace = "http://www.hhs.gov/healthit/nhin")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00", comments = "Apache CXF 3.1.9")
public class FindCandidatesSecuredFault extends Exception {
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
private gov.hhs.healthit.nhin.PatientDiscoveryFaultType patientDiscoveryFault;
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
public FindCandidatesSecuredFault() {
super();
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
public FindCandidatesSecuredFault(String message) {
super(message);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
public FindCandidatesSecuredFault(String message, Throwable cause) {
super(message, cause);
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
public FindCandidatesSecuredFault(String message, gov.hhs.healthit.nhin.PatientDiscoveryFaultType patientDiscoveryFault) {
super(message);
this.patientDiscoveryFault = patientDiscoveryFault;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
public FindCandidatesSecuredFault(String message, gov.hhs.healthit.nhin.PatientDiscoveryFaultType patientDiscoveryFault, Throwable cause) {
super(message, cause);
this.patientDiscoveryFault = patientDiscoveryFault;
}
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-06-25T18:25:22.973-04:00")
public gov.hhs.healthit.nhin.PatientDiscoveryFaultType getFaultInfo() {
return this.patientDiscoveryFault;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy