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

org.apache.cassandra.tools.BulkLoadException Maven / Gradle / Ivy

Go to download

The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.

There is a newer version: 5.0.5
Show newest version
package org.apache.cassandra.tools;

public class BulkLoadException extends Exception
{

    private static final long serialVersionUID = 1L;

    public BulkLoadException(Throwable cause)
    {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy