Class InvalidLicensableItemValueException

    • Constructor Detail

      • InvalidLicensableItemValueException

        protected InvalidLicensableItemValueException​(String newErrorCode,
                                                      String messageFormat,
                                                      Throwable cause,
                                                      Object[] exceptionDataEN,
                                                      Object[] exceptionData)
      • InvalidLicensableItemValueException

        public InvalidLicensableItemValueException​(Throwable cause,
                                                   LicensableItem featureKey,
                                                   String value)
        The value for the given key is not valid.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        featureKey - Key of the license that was exceeded.
        value - Value of the given license.