All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ibt.ortc.extensibility.exception.OrtcNotSubscribedException Maven / Gradle / Ivy

There is a newer version: 2.1.44
Show newest version
/**
 * @fileoverview This file contains the ortc client abstract class
 * @author ORTC team members ([email protected]) 
 */
package ibt.ortc.extensibility.exception;

public class OrtcNotSubscribedException extends Exception {
	/**
	 * 
	 */
	private static final long serialVersionUID = -8279573967778696464L;

	public OrtcNotSubscribedException(String channel){
		super(String.format("Not subscribed to channel %s.", channel));
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy