UnsupportedDeviceOperationException


public class UnsupportedDeviceOperationException extends RuntimeException implements TestFrameworkException


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

Summary

Public constructors

UnsupportedDeviceOperationException(
    String description,
    Throwable cause
)

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

UnsupportedDeviceOperationException

public UnsupportedDeviceOperationException(String description)

UnsupportedDeviceOperationException

public UnsupportedDeviceOperationException(
    String description,
    Throwable cause
)