Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Library.DestroyedObjectException

public static class DestroyedObjectException extends IllegalStateException

Thrown to indicate that another method has been invoked on an SDK object after the destroy method has been used.

Constructor Summary

Constructors

public DestroyedObjectException()

Constructs a DestroyedObjectException with the default detail message.

×