Learn how to evaluate and integrate the VNC SDK
Library.VncException¶
-
public static class
VncException
extends Exception¶ Thrown to indicate that the SDK has encountered an exceptional condition. This could include passing invalid arguments to a method, a networking error occurring, an error creating a file, or a logic error in the SDK user’s calling code.
Constructor Summary¶
VncException
(String
code,String
callingFunction)Constructs a
VncException
with the specified detail message.