CameraNotAvailableException

  • The CameraNotAvailableException is thrown when the camera is not available during Session.resume() or Session.update().

  • The exception has two public constructors: one without arguments and one that accepts a String message.

  • This exception inherits methods from java.lang.Throwable and java.lang.Object.

public class CameraNotAvailableException

Camera is not available during Session.resume() or at runtime during Session.update().

Public Constructors

Inherited Methods

Public Constructors

CameraNotAvailableException

public CameraNotAvailableException()

CameraNotAvailableException

public CameraNotAvailableException(
  String message
)

Details
Parameters
message