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

com.frameworkset.platform.task.ScheduleServiceException Maven / Gradle / Ivy

package com.frameworkset.platform.task;

import java.io.Serializable;

public class ScheduleServiceException extends Exception implements Serializable {
	
	public ScheduleServiceException()
	{
		super();
	}
	
	public ScheduleServiceException(String msg)
	{
		super(msg);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy