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

org.freedesktop.dbus.errors.ServiceUnknown Maven / Gradle / Ivy

package org.freedesktop.dbus.errors;

import org.freedesktop.dbus.exceptions.DBusExecutionException;

/**
 * Thrown if the requested service was not available
 */
@SuppressWarnings("serial")
public class ServiceUnknown extends DBusExecutionException {
    public ServiceUnknown(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy