FileDocCategorySizeDatePackage
OperationCanceledException.javaAPI DocAndroid 5.1 API1039Thu Mar 12 22:22:10 GMT 2015android.os

OperationCanceledException

public class OperationCanceledException extends RuntimeException
An exception type that is thrown when an operation in progress is canceled.
see
CancellationSignal

Fields Summary
Constructors Summary
public OperationCanceledException()

        this(null);
    
public OperationCanceledException(String message)

        super(message != null ? message : "The operation has been canceled.");
    
Methods Summary