public final class

DeferrableSurface.SurfaceUnavailableException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.camera.core.impl.DeferrableSurface.SurfaceUnavailableException

Overview

The exception that is returned by the ListenableFuture of DeferrableSurface.getSurface() if the deferrable surface is unable to produce a .

Summary

Constructors
publicSurfaceUnavailableException(java.lang.String message)

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 SurfaceUnavailableException(java.lang.String message)