Package com.snowtide
Class InsufficientLicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowtide.InsufficientLicenseException
-
- All Implemented Interfaces:
Serializable
public class InsufficientLicenseException extends RuntimeException
An exception of this type is thrown when:- PDFxStream is operating without a license, and more PDF documents are opened than are permitted within an unlicensed state. (Currently, capped at 50 documents in the first hour of use, and 10 document in each hour afterwards.)
If you have not yet purchased PDFxStream license(s), but need to evaluate it without limitation, you may request a temporary evaluation license file from Snowtide Support.
- Version:
- ©2004-2025 Snowtide
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientLicenseException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InsufficientLicenseException
public InsufficientLicenseException(String msg)
-
-