net.glorat.ledger.StorageException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dlstore_2.11 Show documentation
Show all versions of dlstore_2.11 Show documentation
Ledger state machine framework backed by Kafka distributed ledger store
The newest version!
package net.glorat.ledger
/**
* Created by kevin on 25/4/2018.
*/
class StorageException(val message: String) extends Exception(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy