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

com.github.mkorman9.exception.HashKeyNotFoundException.scala Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package com.github.mkorman9.exception

/**
  * Thrown when hash key is not retrieved from database after query
  *
  * @param message Human readable message
  */
class HashKeyNotFoundException(message: String) extends AttributeNotFoundException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy