AI-generated Key Takeaways
-
The CameraNotAvailableException is thrown when the camera is not available during
Session.resume()orSession.update(). -
The exception has two public constructors: one without arguments and one that accepts a String message.
-
This exception inherits methods from
java.lang.Throwableandjava.lang.Object.
public class
CameraNotAvailableException
Camera is not available during Session.resume() or at runtime during
Session.update().
Public Constructors
|
|
|
CameraNotAvailableException(String message)
|
Inherited Methods
Public Constructors
public CameraNotAvailableException ()
CameraNotAvailableException
public CameraNotAvailableException()
public CameraNotAvailableException (String message)
CameraNotAvailableException
public CameraNotAvailableException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||