public class

SkylinkException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ sg.com.temasys.skylink.sdk.rtc.SkylinkException

Summary

Public Constructors
SkylinkException(String message)
Exception thrown by the framework.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SkylinkException (String message)

Exception thrown by the framework.

Parameters
message Message describing this exception.