public final class

CameraUseCaseAdapter.CameraException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.camera.core.internal.CameraUseCaseAdapter.CameraException

Overview

An exception thrown when the CameraUseCaseAdapter errors in one of its operations.

Summary

Constructors
publicCameraException()

publicCameraException(java.lang.String message)

publicCameraException(java.lang.Throwable cause)

Methods
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 CameraException()

public CameraException(java.lang.String message)

public CameraException(java.lang.Throwable cause)