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

org.bluez.exceptions.BluezNotSupportedException Maven / Gradle / Ivy

Go to download

Java native bluetooth library which uses bluez via dbus (linux only). This is the OSGi compliant bundle of all required libraries in one bundle.

There is a newer version: 0.3.0
Show newest version
package org.bluez.exceptions;

import org.freedesktop.dbus.exceptions.DBusException;

@SuppressWarnings("serial")
public class BluezNotSupportedException extends DBusException {

    public BluezNotSupportedException(String _message) {
        super(_message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy