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 Summary
ConstructorsConstructorDescriptionSessionStoreNotLicensedException(String message) SessionStoreNotLicensedException(String componentName, com.aquima.interactions.foundation.LicenseKey licenseKey) SessionStoreNotLicensedException(String message, Throwable cause) -
Method Summary
Methods inherited from class com.aquima.interactions.foundation.exception.SysException
raise, raiseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionStoreNotLicensedException
public SessionStoreNotLicensedException(String componentName, com.aquima.interactions.foundation.LicenseKey licenseKey) -
SessionStoreNotLicensedException
-
SessionStoreNotLicensedException
-