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

scray.cassandra.exceptions.scala Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package scray.cassandra

import scray.common.exceptions.ScrayException
import java.util.UUID

class CassandraTableNonexistingException(tableName: String) extends ScrayException(ExceptionIDs.tableNonExistingInCassandraID, 
        UUID.nameUUIDFromBytes(Array[Byte](0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)),
        s"$tableName : does not exist in Cassandra. Please create table before (re-)loading Scray.") with Serializable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy