com.frameworkset.dictionary.ProfessionDataManagerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-system Show documentation
Show all versions of pdp-system Show documentation
bboss public development platform base on bboss.
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);
}
}