Package 

Class BleIllegalOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class BleIllegalOperationException
    extends RuntimeException
                        

    This exception is thrown when a non-supported operation has been requested upon a characteristic, eg. write operation on a characteristic with only read property.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BleIllegalOperationException

        BleIllegalOperationException(String message, UUID characteristicUUID, int supportedProperties, int neededProperties)