
org.isuper.telegram.MessageNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isuper.telegram Show documentation
Show all versions of isuper.telegram Show documentation
A java library which allows you to send messages(for now, more in the future) to telegram chats
/**
*
*/
package org.isuper.telegram;
/**
* @author Super Wang
*
*/
public class MessageNotFoundException extends Exception {
/**
*
*/
private static final long serialVersionUID = -8609417838403629018L;
/**
* @param message
*/
public MessageNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy