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

org.frameworkset.task.ScheduleServiceException Maven / Gradle / Ivy

package org.frameworkset.task;

import java.io.Serializable;

/**
 * 
 * 

Title: ScheduleServiceException.java

*

Description:

*

bboss workgroup

*

Copyright (c) 2007

* @Date 2010-3-26 下午02:04:29 * @author biaoping.yin,gao.tang * @version 1.0 */ public class ScheduleServiceException extends Exception implements Serializable { public ScheduleServiceException() { super(); } public ScheduleServiceException(String msg) { super(msg); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy