Class LicenseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicenseException
    extends java.lang.Exception
    This 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LicenseException

        public LicenseException​(java.lang.String message)