![JAR search and dependency download from the Maven repository](/logo.png)
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