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

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

Go to download

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

The newest version!
package org.kafkacrypto.exceptions;

import org.kafkacrypto.exceptions.KafkaCryptoException;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy