DeviceIdentifierException

class DeviceIdentifierException(message: String, cause: Throwable? = null) : Exception

Exception thrown when there is an error retrieving a device identifier.

Parameters

message

A description of what caused the error.

cause

The underlying exception that caused this error, if any.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)