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

ibt.ortc.api.InvalidBalancerServerException Maven / Gradle / Ivy

There is a newer version: 2.1.44
Show newest version
/**
 * 
 */
package ibt.ortc.api;

/**
 * @author ORTC team members ([email protected]) 
 *
 */
public class InvalidBalancerServerException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = 4188281781529891608L;
		
	public InvalidBalancerServerException(String server) {
		super(String.format("Server returned invalid server: %s",server));
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy