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

com.datastax.data.dataset.io.schema.SchemaReaderException Maven / Gradle / Ivy


package com.datastax.data.dataset.io.schema;


public class SchemaReaderException extends Exception {
    
    public SchemaReaderException(String msg) {
        super(msg);
    }
    
    
    public SchemaReaderException(String msg, Throwable cause) {
        super(msg, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy