AppFunctionNotSupportedException
public final class AppFunctionNotSupportedException extends AppFunctionAppException
Thrown when an app receives a request to perform an unsupported action.
For example, a clock app might support updating timer properties such as label but may not allow updating the timer's duration once the timer has already started.
Summary
Public constructors |
|---|
AppFunctionNotSupportedException(String errorMessage) |
Inherited methods |
||
|---|---|---|
|
||
Public constructors
AppFunctionNotSupportedException
Added in 1.0.0-alpha07
public AppFunctionNotSupportedException(String errorMessage)