com.opentok.exception.OpenTokException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentok-java-sdk Show documentation
Show all versions of opentok-java-sdk Show documentation
The Java library to interact with the Opentok platform
The newest version!
package com.opentok.exception;
public class OpenTokException extends Exception {
private static final long serialVersionUID = 6059658348908505724L;
public OpenTokException(String err) {
super(err);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy