Package com.geniusscansdk.core
Class LicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.geniusscansdk.core.LicenseException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseException extends java.lang.ExceptionThis exception is thrown when there is an issue with the license of the SDK. Here are some cases where this exception can be thrown: - the application ID of the app does not match the one of the provided license key - the license key has expired - no license key is used and the SDK has been used for more than 60 seconds Check the exception message for more details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseException(java.lang.String message)
-