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

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

package com.flipkart.hbaseobjectmapper.exceptions;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy