Class ExpiredLicenseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
io.confluent.license.InvalidLicenseException
io.confluent.license.ExpiredLicenseException
All Implemented Interfaces:
Serializable

public class ExpiredLicenseException extends InvalidLicenseException
See Also:
  • Constructor Details

    • ExpiredLicenseException

      public ExpiredLicenseException(License expired, String message)
    • ExpiredLicenseException

      public ExpiredLicenseException(License expired, String message, Throwable cause)
  • Method Details

    • getLicense

      public License getLicense()