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

com.github.iintelligas.exception.NoDataFoundException Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.iintelligas.exception;

public class NoDataFoundException extends RuntimeException
{

    private static final long serialVersionUID = -8405723008805644356L;

    public NoDataFoundException(String msg, Throwable t)
    {
        super(msg, t);
    }

    public NoDataFoundException(String msg)
    {
        super(msg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy