SharedDeviceData.InvalidSharedDeviceDataException

class SharedDeviceData.InvalidSharedDeviceDataException : Exception


Exception thrown when parsing an Intent to retrieved a SharedDeviceData, if the given Intent is missing required data or is malformed.

Summary

Public constructors

Constructs a new instance with the specified exception message.

Constructs a new instance with the specified exception message and causej.

Public constructors

InvalidSharedDeviceDataException

InvalidSharedDeviceDataException(message: String!)

Constructs a new instance with the specified exception message.

InvalidSharedDeviceDataException

InvalidSharedDeviceDataException(message: String!, cause: Throwable!)

Constructs a new instance with the specified exception message and causej.