Java LA_USAGE_LIMIT_REACHED constant

On the “Using LexActivator with Java” page at docs . cryptlex . com, there are references to the LA_USAGE_LIMIT_REACHED constant. But the LexActivator.java at GitHub does not define that constant.

Was this constant just not added to LexActivator.java? Or is this something older that has not been removed from the doc?

Hi Thomas,

Thanks for pointing out. It seems a typo which got introduced when upgrading the docs to v3. Instead of returning LA_USAGE_LIMIT_REACHED, an exception will be raised with the error code:

Note: Docs have been updated now.

Although the reference to LA_USAGE_LIMIT_REACHED has been removed from the “Verifying license activation” section of the “Using LexActivator with Java” page, there is still a reference on line 7 in the “License activation” section.

Thanks, got that fixed.