Package 

Class BleScanException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class BleScanException
    extends BleException
                        

    Exception emitted as a result of faulty scan operation. The reason describes the situation in details.

    • Constructor Detail

      • BleScanException

        BleScanException(int reason)
      • BleScanException

        BleScanException(int reason, Date retryDateSuggestion)
      • BleScanException

        BleScanException(int reason, Throwable causeException)