public final class

CameraControlInternal.CameraControlException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.camera.core.impl.CameraControlInternal.CameraControlException

Overview

An exception thrown when the camera control is failed to execute the request.

Summary

Constructors
publicCameraControlException(CameraCaptureFailure failure)

publicCameraControlException(CameraCaptureFailure failure, java.lang.Throwable cause)

Methods
public CameraCaptureFailuregetCameraCaptureFailure()

from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public CameraControlException(CameraCaptureFailure failure)

public CameraControlException(CameraCaptureFailure failure, java.lang.Throwable cause)

Methods

public CameraCaptureFailure getCameraCaptureFailure()