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

io.polyglotted.applauncher.settings.SettingsException Maven / Gradle / Ivy

package io.polyglotted.applauncher.settings;

@SuppressWarnings({"serial", "WeakerAccess"})
public class SettingsException extends RuntimeException {
    public SettingsException(String message) { super(message); }

    public SettingsException(Throwable cause) { super(cause); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy