Package android.os
Class OperationCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.os.OperationCanceledException
-
- All Implemented Interfaces:
Serializable
public class OperationCanceledException extends RuntimeException
An exception type that is thrown when an operation in progress is canceled.- See Also:
CancellationSignal, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationCanceledException()OperationCanceledException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OperationCanceledException
public OperationCanceledException()
-
OperationCanceledException
public OperationCanceledException(String message)
-
-