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

com.frameworkset.common.bean.QueryVOException Maven / Gradle / Ivy

Go to download

bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com

There is a newer version: 6.2.7
Show newest version
/*
 * 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