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

no.difi.sdp.client2.domain.exceptions.SoapFaultException Maven / Gradle / Ivy

There is a newer version: 7.0.0-RC2
Show newest version
package no.difi.sdp.client2.domain.exceptions;

import no.digipost.api.exceptions.MessageSenderSoapFaultException;

import static no.difi.sdp.client2.domain.exceptions.SendException.AntattSkyldig.fraSoapFaultCode;

public class SoapFaultException extends SendException {
    public SoapFaultException(MessageSenderSoapFaultException e) {
        super(e.getSoapFault().getFaultStringOrReason(), fraSoapFaultCode(e.getSoapFault().getFaultCode()), e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy