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

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

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

public class SikkerDigitalPostException extends RuntimeException {

    public SikkerDigitalPostException() { }

    public SikkerDigitalPostException(String message, Exception e) {
        super(message, e);
    }

    public SikkerDigitalPostException(Exception e) {
        super(e);
    }

    public SikkerDigitalPostException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy