Package com.opentok.exception
Class InvalidArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opentok.exception.OpenTokException
-
- com.opentok.exception.InvalidArgumentException
-
- All Implemented Interfaces:
java.io.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(java.lang.String message)
Constructor.
-