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

com.datastax.data.dataset.util.SchemaCreationException Maven / Gradle / Ivy

The newest version!

package com.datastax.data.dataset.util;


public class SchemaCreationException extends Exception {
    
    public SchemaCreationException(String msg) {
        super(msg);
    }

    
    public SchemaCreationException(String msg, Throwable cause) {
        super(msg, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy