Class InvalidLicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
io.confluent.license.InvalidLicenseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExpiredLicenseException,ExpiredLicensesException
public class InvalidLicenseException
extends org.apache.kafka.common.KafkaException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidLicenseException(String message) InvalidLicenseException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidLicenseException
-
InvalidLicenseException
-