Added in API level 16

OperationCanceledException

public class OperationCanceledException
extends RuntimeException

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


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

See also:

Summary

Public constructors

OperationCanceledException()
OperationCanceledException(String message)

Inherited methods

Public constructors

OperationCanceledException

Added in API level 16
public OperationCanceledException ()

OperationCanceledException

Added in API level 16
public OperationCanceledException (String message)

Parameters
message String