java.lang.Object

java.lang.Throwable

java.lang.Exception

java.lang.RuntimeException

com.opentok.exception.OpenTokException

com.opentok.exception.RequestException

All Implemented Interfaces: : Serializable


public class RequestException extends OpenTokException

Defines an exception object thrown when an API call to the OpenTok server fails.

See Also: : - [Serialized Form]

Constructor Summary

Constructors

Constructor

Description

RequestException(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

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Details

RequestException

public RequestException(String message)

Constructor. Do not use.

RequestException

public RequestException(String message, Throwable cause)

Constructor. Do not use.