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

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

package com.flipkart.hbaseobjectmapper.exceptions;

public class CouldNotDeserialize extends IllegalStateException {
    public CouldNotDeserialize(Throwable e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy