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

com.flipkart.hbaseobjectmapper.exceptions.NoEmptyConstructorException Maven / Gradle / Ivy

package com.flipkart.hbaseobjectmapper.exceptions;

public class NoEmptyConstructorException extends IllegalArgumentException {
    public NoEmptyConstructorException(String s) {
        super(s);
    }

    public NoEmptyConstructorException(String s, Throwable throwable) {
        super(s, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy