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

com.github.j5ik2o.akka.persistence.s3.snapshot.S3SnapshotException.scala Maven / Gradle / Ivy

There is a newer version: 1.2.177
Show newest version
package com.github.j5ik2o.akka.persistence.s3.snapshot

final class S3SnapshotException(message: String, cause: Option[Throwable] = None)
    extends Exception(message, cause.orNull)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy