We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.dau.
Package com.vaadin.flow.server.dau
Class DauEnforcementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.flow.server.dau.DauEnforcementException
All Implemented Interfaces:
A DauEnforcementException is thrown when License Server imposes enforcement for the application and the EnforcementRule check is not satisfied.
Wraps License Checker exception to simplify integration with Hilla and add-ons.
For internal use only. May be renamed or removed in a future release.
Since:
24.5
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDauEnforcementException
(com.vaadin.pro.licensechecker.dau.EnforcementException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DauEnforcementException
public DauEnforcementException(com.vaadin.pro.licensechecker.dau.EnforcementException cause)
-