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

v1.mt_1067_nav.no.udi.PingFault Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version

package v1.mt_1067_nav.no.udi;

import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 3.1.4
 * 2019-01-16T10:25:25.951+01:00
 * Generated source version: 3.1.4
 */

@WebFault(name = "Fault", targetNamespace = "http://udi.no/Common/Fault/v3")
public class PingFault extends Exception {
    
    private no.udi.common.fault.v3.Fault fault;

    public PingFault() {
        super();
    }
    
    public PingFault(String message) {
        super(message);
    }
    
    public PingFault(String message, Throwable cause) {
        super(message, cause);
    }

    public PingFault(String message, no.udi.common.fault.v3.Fault fault) {
        super(message);
        this.fault = fault;
    }

    public PingFault(String message, no.udi.common.fault.v3.Fault fault, Throwable cause) {
        super(message, cause);
        this.fault = fault;
    }

    public no.udi.common.fault.v3.Fault getFaultInfo() {
        return this.fault;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy