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

com.worldline.sips.exception.UnsupportedLanguageException Maven / Gradle / Ivy

package com.worldline.sips.exception;

public class UnsupportedLanguageException extends Exception {
    public UnsupportedLanguageException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy