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

com.frameworkset.dictionary.ProfessionDataManagerException Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version

package com.frameworkset.dictionary;

import java.io.Serializable;

/**
 * @author biaoping.yin
 */
public class ProfessionDataManagerException extends Exception 
				implements Serializable
				{
				

    /**
     * @param string
     */
    public ProfessionDataManagerException(String string) {
        super(string);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy