Class SessionStoreNotLicensedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.SysException
com.blueriq.component.api.store.SessionStoreNotLicensedException
All Implemented Interfaces:
Serializable

public class SessionStoreNotLicensedException extends com.aquima.interactions.foundation.exception.SysException
Indicates a licensing problem for external session stores.
Since:
11.0
Author:
Petru Galanton
See Also:
  • Constructor Details

    • SessionStoreNotLicensedException

      public SessionStoreNotLicensedException(String componentName, com.aquima.interactions.foundation.LicenseKey licenseKey)
    • SessionStoreNotLicensedException

      public SessionStoreNotLicensedException(String message)
    • SessionStoreNotLicensedException

      public SessionStoreNotLicensedException(String message, Throwable cause)