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

org.isuper.telegram.TooManyRequestsException Maven / Gradle / Ivy

Go to download

A java library which allows you to send messages(for now, more in the future) to telegram chats

There is a newer version: 0.1.24
Show newest version
/**
 * 
 */
package org.isuper.telegram;

/**
 * @author Super Wang
 *
 */
public class TooManyRequestsException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = -8609417838403629018L;

	/**
	 * @param message
	 */
	public TooManyRequestsException(String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy