Package com.opentok.exception
Class OpenTokException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opentok.exception.OpenTokException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidArgumentException
,RequestException
Defines exceptions in the OpenTok SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenTokException
(String message) Constructor.OpenTokException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenTokException
Constructor. Do not use. -
OpenTokException
Constructor. Do not use.
-