LicenseException

class LicenseException(val message: String) : Exception

Thrown to indicate that there is a problem with the license. These include:

  • The license is empty.

  • The license is invalid.

  • The license is expired.

  • The application package does not match the one from the license.

  • The license does not have enabled a feature that is required.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open override val message: String