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

com.tvd12.ezydata.database.exception.EzyCreateQueryException Maven / Gradle / Ivy

package com.tvd12.ezydata.database.exception;

public class EzyCreateQueryException extends IllegalArgumentException {
    private static final long serialVersionUID = -53434355403128205L;

    public EzyCreateQueryException(String msg, Exception e) {
        super(msg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy