Class AmbiguousKafkaClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.api.extension.ParameterResolutionException
io.kroxylicious.testing.kafka.junit5ext.AmbiguousKafkaClusterException
- All Implemented Interfaces:
Serializable
Exception thrown when injecting a parameter whose owning
KafkaCluster is ambiguous.
You can disambiguate the cluster using Name annotations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousKafkaClusterException(String message) Instantiates a new Ambiguous kafka cluster exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousKafkaClusterException
Instantiates a new Ambiguous kafka cluster exception.- Parameters:
message- the message
-