Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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

Fields

public final String errorCode

Contains the string code; values are listed for each function in the C API reference.

Constructors

public VncException(String code, String callingFunction)

Constructs a VncException with the specified detail message.

×