![JAR search and dependency download from the Maven repository](/logo.png)
org.sputnikdev.bluetooth.manager.auth.BluetoothAuthenticationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluetooth-manager Show documentation
Show all versions of bluetooth-manager Show documentation
A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
package org.sputnikdev.bluetooth.manager.auth;
public class BluetoothAuthenticationException extends RuntimeException {
public BluetoothAuthenticationException() { }
public BluetoothAuthenticationException(String message) {
super(message);
}
public BluetoothAuthenticationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy