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

no.nav.tjeneste.virksomhet.behandleoppgave.v1.WSFerdigstillOppgaveException Maven / Gradle / Ivy

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

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