public class BadBeaconException
extends java.lang.Exception
| Constructor and Description |
|---|
BadBeaconException()
Creates a new instance of
BadBeaconException without detail
message. |
BadBeaconException(java.lang.String msg)
Constructs an instance of
BadBeaconException with the
specified detail message. |
public BadBeaconException()
BadBeaconException without detail
message.public BadBeaconException(java.lang.String msg)
BadBeaconException with the
specified detail message.msg - the detail message.