/**@class android.os.OperationCanceledException @extends java.lang.RuntimeException An exception type that is thrown when an operation in progress is canceled. @see CancellationSignal */ var OperationCanceledException = { };