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

com.github.leeonky.dal.RuntimeException Maven / Gradle / Ivy

There is a newer version: 0.7.4
Show newest version
package com.github.leeonky.dal;

public class RuntimeException extends DalException {

    public RuntimeException(String message, int position) {
        super(message, position);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy