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

me.niccolomattei.api.telegram.scheduling.SchedulerException Maven / Gradle / Ivy

There is a newer version: 1.4_PRERELEASE-2
Show newest version
package me.niccolomattei.api.telegram.scheduling;

public class SchedulerException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = -1535397197819345258L;
	
	public SchedulerException(String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy