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

no.nav.tjeneste.domene.brukerdialog.behandleaktivitetsplan.v1.OpprettNyStillingAktivitetUgyldigInput Maven / Gradle / Ivy

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

package no.nav.tjeneste.domene.brukerdialog.behandleaktivitetsplan.v1;

import javax.xml.ws.WebFault;


/**
 * This class was generated by Apache CXF 3.1.6
 * 2019-08-12T10:07:02.319Z
 * Generated source version: 3.1.6
 */

@WebFault(name = "OpprettNyStillingAktivitetugyldigInput", targetNamespace = "http://nav.no/tjeneste/domene/brukerdialog/behandleAktivitetsplan/v1")
public class OpprettNyStillingAktivitetUgyldigInput extends Exception {
    
    private no.nav.tjeneste.domene.brukerdialog.behandleaktivitetsplan.v1.feil.UgyldigInput opprettNyStillingAktivitetugyldigInput;

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

    public OpprettNyStillingAktivitetUgyldigInput(String message, no.nav.tjeneste.domene.brukerdialog.behandleaktivitetsplan.v1.feil.UgyldigInput opprettNyStillingAktivitetugyldigInput) {
        super(message);
        this.opprettNyStillingAktivitetugyldigInput = opprettNyStillingAktivitetugyldigInput;
    }

    public OpprettNyStillingAktivitetUgyldigInput(String message, no.nav.tjeneste.domene.brukerdialog.behandleaktivitetsplan.v1.feil.UgyldigInput opprettNyStillingAktivitetugyldigInput, Throwable cause) {
        super(message, cause);
        this.opprettNyStillingAktivitetugyldigInput = opprettNyStillingAktivitetugyldigInput;
    }

    public no.nav.tjeneste.domene.brukerdialog.behandleaktivitetsplan.v1.feil.UgyldigInput getFaultInfo() {
        return this.opprettNyStillingAktivitetugyldigInput;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy