AI-generated Key Takeaways
-
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
andjava.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
|
|
|
DeadlineExceededException(String message)
|
Inherited Methods
Public Constructors
public DeadlineExceededException ()
DeadlineExceededException
public DeadlineExceededException()
public DeadlineExceededException (String message)
DeadlineExceededException
public DeadlineExceededException( String message )
Details | |||
---|---|---|---|
Parameters |
|