Class KafkaHelperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.bugreaper.modules.kafka.exceptions.KafkaHelperException
All Implemented Interfaces:
Serializable

public class KafkaHelperException extends RuntimeException
Exception for Kafka helper
See Also:
  • Constructor Details

    • KafkaHelperException

      public KafkaHelperException(Throwable cause)
      Basic exception for Kafka helper
      Parameters:
      cause - The underlying cause that triggered this exception
    • KafkaHelperException

      public KafkaHelperException(String message, Throwable cause)
      Basic exception for Kafka helper
      Parameters:
      message - A descriptive message explaining the error
      cause - The underlying cause that triggered this exception
    • KafkaHelperException

      public KafkaHelperException(String message)
      Basic exception for Kafka helper
      Parameters:
      message - A descriptive message explaining the error