Class LicenseKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.licensing.base.exceptions.LicenseKeyException
All Implemented Interfaces:
Serializable

public class LicenseKeyException extends com.itextpdf.commons.exceptions.ITextException
Exception class for exceptions in licensekey module.
See Also:
  • Constructor Details

    • LicenseKeyException

      public LicenseKeyException (String message)
      Creates a new instance of LicenseKeyException exception.
      Parameters:
      message - the detail message.
    • LicenseKeyException

      public LicenseKeyException (String message, Throwable cause)
      Creates a new instance of LicenseKeyException message with cause.
      Parameters:
      message - the detail message.
      cause - the original exception