java.lang.Object

java.lang.Throwable

java.lang.Exception

java.lang.RuntimeException

com.opentok.exception.OpenTokException

com.opentok.exception.InvalidArgumentException

All Implemented Interfaces: : Serializable


public class InvalidArgumentException extends OpenTokException

Defines an exception object thrown when an invalid argument is passed into a method.

See Also: : - [Serialized Form]

Constructor Summary

Constructors

Constructor

Description

InvalidArgumentException(String message)

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

InvalidArgumentException

public InvalidArgumentException(String message)

Constructor. Do not use.