Package com.snowtide

Class InsufficientLicenseException

  • All Implemented Interfaces:
    Serializable

    public class InsufficientLicenseException
    extends RuntimeException
    An exception of this type is thrown when:
    1. 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 Detail

      • InsufficientLicenseException

        public InsufficientLicenseException​(String msg)