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

uk.gov.di.ipv.cri.common.library.exception.ClientConfigurationException Maven / Gradle / Ivy

package uk.gov.di.ipv.cri.common.library.exception;

public class ClientConfigurationException extends Exception {
    public ClientConfigurationException(Exception e) {
        super(e);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy