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

org.kafkacrypto.exceptions.KafkaCryptoException Maven / Gradle / Ivy

Go to download

Java port of kafkacrypto, a lightweight and cross-platform/cross-language encryption library for Apache Kafka.

There is a newer version: 0.9.11.0
Show newest version
package org.kafkacrypto.exceptions;

public class KafkaCryptoException extends Exception
{
  public KafkaCryptoException(String s)
  {
    super(s);
  }
  public KafkaCryptoException(String s, Throwable cause)
  {
    super(s, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy