
v1.mt_1067_nav.no.udi.DeepPingFault Maven / Gradle / Ivy
package v1.mt_1067_nav.no.udi;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.1.4
* 2019-01-04T14:19:48.237Z
* Generated source version: 3.1.4
*/
@WebFault(name = "Fault", targetNamespace = "http://udi.no/Common/Fault/v3")
public class DeepPingFault extends Exception {
private no.udi.common.fault.v3.Fault fault;
public DeepPingFault() {
super();
}
public DeepPingFault(String message) {
super(message);
}
public DeepPingFault(String message, Throwable cause) {
super(message, cause);
}
public DeepPingFault(String message, no.udi.common.fault.v3.Fault fault) {
super(message);
this.fault = fault;
}
public DeepPingFault(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