Page Summary
-
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.Throwableandjava.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
public AnchorNotSupportedForHostingException ()
AnchorNotSupportedForHostingException
public AnchorNotSupportedForHostingException()
public AnchorNotSupportedForHostingException (String message)
AnchorNotSupportedForHostingException
public AnchorNotSupportedForHostingException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||