ResourceExhaustedException
Acquire failed because there are too many objects already acquired. For example, the application
may acquire up to N point clouds. N is determined by available resources, and is usually small
(for example, 8). If the application tries to acquire N+1 point clouds without releasing the
previously acquired ones, it will get this error.
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
ResourceExhaustedException
()
ResourceExhaustedException
public ResourceExhaustedException()
public
ResourceExhaustedException
(String message)
ResourceExhaustedException
public ResourceExhaustedException(
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."],[[["`ResourceExhaustedException` signals that an operation failed due to insufficient resources, such as exceeding the limit of acquired point clouds."],["The available resource quantity is limited and determined by system constraints, often resulting in low limits."],["Attempts to acquire resources beyond the limit without releasing previously held resources trigger this exception."],["Two constructors allow for creating instances of `ResourceExhaustedException`, with or without a custom error message."]]],[]]