com.opentok.exception.OpenTokException
All Implemented Interfaces:
: Serializable
Direct Known Subclasses:
: InvalidArgumentException, RequestException
public class OpenTokException extends RuntimeException
Defines exceptions in the OpenTok SDK.
See Also: : - [Serialized Form]
Constructor Summary
Constructors
Constructor
Description
OpenTokException(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
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Details
OpenTokException
public OpenTokException(String message)
Constructor. Do not use.
OpenTokException
public OpenTokException(String message, Throwable cause)
Constructor. Do not use.