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

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

The newest version!
package org.bluez.exceptions;

import org.freedesktop.dbus.exceptions.DBusException;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy