com.frameworkset.common.bean.QueryVOException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-util Show documentation
Show all versions of bboss-util Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
/*
* Created on 2004-7-12
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.frameworkset.common.bean;
/**
* @author biaoping.yin
*2004-7-12
*/
public class QueryVOException extends Exception
{
public QueryVOException(String msg)
{
super(msg);
}
public QueryVOException()
{
super();
}
public QueryVOException(String msg,Throwable throwable)
{
//super(msg,throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy