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
)