CloudAnchorsNotConfiguredException

  • The CloudAnchorsNotConfiguredException is thrown when cloud anchors are not configured during a session's hostCloudAnchor call.

  • This exception has two public constructors, one with no parameters and one that accepts a String message.

  • It inherits methods from java.lang.Throwable and java.lang.Object.

public class CloudAnchorsNotConfiguredException

Cloud anchors are not configured during Session.hostCloudAnchor(Anchor)

Public Constructors

Inherited Methods

Public Constructors

CloudAnchorsNotConfiguredException

public CloudAnchorsNotConfiguredException()

CloudAnchorsNotConfiguredException

public CloudAnchorsNotConfiguredException(
  String message
)

Details
Parameters
message