UnsupportedDeviceOperationException


class UnsupportedDeviceOperationException : RuntimeException, TestFrameworkException


An exception which indicates that the device selected does not support an operation called on it.

Summary

Public constructors

UnsupportedDeviceOperationException(
    description: String!,
    cause: Throwable!
)

Public constructors

UnsupportedDeviceOperationException

UnsupportedDeviceOperationException(description: String!)

UnsupportedDeviceOperationException

UnsupportedDeviceOperationException(
    description: String!,
    cause: Throwable!
)