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

gu.sql2java.exception.RuntimeDaoException Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package gu.sql2java.exception;

/**
 * wrap all DaoException threw by native code
 *
 * @author guyadong
 */
public class RuntimeDaoException extends RuntimeException
{
    private static final long serialVersionUID = 2448402307057993837L;

    /**
     * constructor
     */
    public RuntimeDaoException(Throwable cause)
    {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy