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

net.nitrado.api.services.gameservers.customersettings.CustomerSettingsNotFoundException Maven / Gradle / Ivy

package net.nitrado.api.services.gameservers.customersettings;

/**
 * Exception that is thrown when the specified setting was not found.
 */
public class CustomerSettingsNotFoundException extends Exception {
    public CustomerSettingsNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy