ResourceExhaustedException

public class 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.

Public Constructors

Inherited Methods

Public Constructors

ResourceExhaustedException

public ResourceExhaustedException()

ResourceExhaustedException

public ResourceExhaustedException(
  String message
)

Details
Parameters
message