Most visited

Recently visited

OperationCanceledException

public class OperationCanceledException
extends RuntimeException

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


正在进行的操作取消时引发的异常类型。

摘要(Summary)

Public constructors

OperationCanceledException()
OperationCanceledException(String message)

继承方法(Inherited methods)

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

Public constructors

OperationCanceledException

OperationCanceledException ()

OperationCanceledException

OperationCanceledException (String message)

参数(Parameters)
message String

Hooray!