Package com.opentok.exception
Class RequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opentok.exception.OpenTokException
com.opentok.exception.RequestException
- All Implemented Interfaces:
Serializable
Defines an exception object thrown when an API call to the OpenTok server fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestException
(String message) Constructor.RequestException
(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
-
RequestException
Constructor. Do not use. -
RequestException
Constructor. Do not use.
-