AnchorNotSupportedForHostingException

  • AnchorNotSupportedForHostingException is thrown when an anchor used for hosting a Cloud Anchor is not supported.

  • This class has two public constructors: one with no arguments and one that accepts a String message.

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

public class AnchorNotSupportedForHostingException

The anchor used for Session.hostCloudAnchor(Anchor) is not a type of anchor that is currently supported for hosting.

Public Constructors

Inherited Methods

Public Constructors

AnchorNotSupportedForHostingException

public AnchorNotSupportedForHostingException()

AnchorNotSupportedForHostingException

public AnchorNotSupportedForHostingException(
  String message
)

Details
Parameters
message