DeadlineExceededException

  • Acquire failed because the object being acquired is already released.

  • This can happen if the application holds an old frame for too long and then tries to acquire a point cloud from it.

  • The DeadlineExceededException class has two public constructors, one without arguments and one that accepts a String message.

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

public class DeadlineExceededException

Acquire failed because the object being acquired is already released. This happens, for example, if the application holds an old frame for too long, then tries to acquire a point cloud from it.

Public Constructors

Inherited Methods

Public Constructors

DeadlineExceededException

public DeadlineExceededException()

DeadlineExceededException

public DeadlineExceededException(
  String message
)

Details
Parameters
message