SensorInitializationException
This exception is thrown whenever the initialization of a sensor causes some sort of issue. This can happen due to various reasons, such as hardware failures, incorrect configuration, or communication problems with the sensor.
Methods
SensorInitializationException(String message)
Constructs a new SensorInitializationException with the specified detail message.
message: The detail message (aString) explaining the reason for the exception.