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
public
DeadlineExceededException
()
DeadlineExceededException
public DeadlineExceededException()
public
DeadlineExceededException
(String message)
DeadlineExceededException
public DeadlineExceededException(
String message
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`DeadlineExceededException` signals that an attempt to acquire a resource failed because it's already released or a deadline was exceeded."],["This exception commonly occurs when an application holds onto an old frame for too long and then tries to access data from it, like a point cloud."],["It has two constructors: one default and one accepting a custom error message."],["`DeadlineExceededException` inherits standard methods from `Throwable` for exception handling and stack trace information."]]],[]]