Package org.altbeacon.beacon
Class BleNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.altbeacon.beacon.BleNotAvailableException
-
- All Implemented Interfaces:
Serializable
public class BleNotAvailableException extends RuntimeException
Indicates that Bluetooth Low Energy is not available on this device- See Also:
BeaconManager.checkAvailability(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BleNotAvailableException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BleNotAvailableException
public BleNotAvailableException(String message)
-
-