added in version 24.1.0
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1

OperationCanceledException

public class OperationCanceledException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.support.v4.os.OperationCanceledException


An exception type that is thrown when an operation in progress is canceled.

Summary

Public constructors

OperationCanceledException()
OperationCanceledException(String message)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

OperationCanceledException

added in version 24.1.0
OperationCanceledException ()

OperationCanceledException

added in version 24.1.0
OperationCanceledException (String message)

Parameters
message String