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.
Inherited Methods
From class
java.lang.Throwable
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Constructors
public
DeadlineExceededException
()
DeadlineExceededException
public DeadlineExceededException()
public
DeadlineExceededException
(String message)
DeadlineExceededException
public DeadlineExceededException(
String message
)