no.nav.tjeneste.virksomhet.behandleoppgave.v1.WSFerdigstillOppgaveException Maven / Gradle / Ivy
package no.nav.tjeneste.virksomhet.behandleoppgave.v1;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.1.6
* 2019-04-03T21:03:38.608Z
* Generated source version: 3.1.6
*/
@WebFault(name = "WSFerdigstillOppgaveFault", targetNamespace = "http://nav.no/tjeneste/virksomhet/behandleoppgave/v1")
public class WSFerdigstillOppgaveException extends Exception {
private no.nav.tjeneste.virksomhet.behandleoppgave.v1.WSFerdigstillOppgaveFault wsFerdigstillOppgaveFault;
public WSFerdigstillOppgaveException() {
super();
}
public WSFerdigstillOppgaveException(String message) {
super(message);
}
public WSFerdigstillOppgaveException(String message, Throwable cause) {
super(message, cause);
}
public WSFerdigstillOppgaveException(String message, no.nav.tjeneste.virksomhet.behandleoppgave.v1.WSFerdigstillOppgaveFault wsFerdigstillOppgaveFault) {
super(message);
this.wsFerdigstillOppgaveFault = wsFerdigstillOppgaveFault;
}
public WSFerdigstillOppgaveException(String message, no.nav.tjeneste.virksomhet.behandleoppgave.v1.WSFerdigstillOppgaveFault wsFerdigstillOppgaveFault, Throwable cause) {
super(message, cause);
this.wsFerdigstillOppgaveFault = wsFerdigstillOppgaveFault;
}
public no.nav.tjeneste.virksomhet.behandleoppgave.v1.WSFerdigstillOppgaveFault getFaultInfo() {
return this.wsFerdigstillOppgaveFault;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy