CameraControl.OperationCanceledException

public final class CameraControl.OperationCanceledException extends Exception


An exception representing a failure that the operation is canceled which might be caused by a new value is set or camera is closed.

This is different from CancellationException. While CancellationException means the ListenableFuture was cancelled by cancel, OperationCanceledException occurs when there is something wrong inside CameraControl and it has to cancel the operation.

Summary

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String