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

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

The newest version!

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


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy