All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.hhs.fha.nhinc.adaptermpi.FindCandidatesSecuredFault Maven / Gradle / Ivy


package gov.hhs.fha.nhinc.adaptermpi;

import javax.annotation.Generated;
import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 2.7.3
 * 2014-03-11T10:14:50.527-04:00
 * Generated source version: 2.7.3
 */

@WebFault(name = "PatientDiscoveryFault", targetNamespace = "http://www.hhs.gov/healthit/nhin")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:14:50.527-04:00", comments = "Apache CXF 2.7.3")
public class FindCandidatesSecuredFault extends Exception {
    
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:14:50.527-04:00")
    private gov.hhs.healthit.nhin.PatientDiscoveryFaultType patientDiscoveryFault;

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:14:50.527-04:00")
    public FindCandidatesSecuredFault() {
        super();
    }
    
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:14:50.527-04:00")
    public FindCandidatesSecuredFault(String message) {
        super(message);
    }
    
    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:14:50.527-04:00")
    public FindCandidatesSecuredFault(String message, Throwable cause) {
        super(message, cause);
    }

    @Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2014-03-11T10:14:50.527-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 = "2014-03-11T10:14:50.527-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 = "2014-03-11T10:14:50.527-04:00")
    public gov.hhs.healthit.nhin.PatientDiscoveryFaultType getFaultInfo() {
        return this.patientDiscoveryFault;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy