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 Summary
ConstructorDescriptionLicenseKeyException
(String message) Creates a new instance of LicenseKeyException exception.LicenseKeyException
(String message, Throwable cause) Creates a new instance of LicenseKeyException message with 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
-
LicenseKeyException
Creates a new instance of LicenseKeyException exception.- Parameters:
-
message
- the detail message.
-
LicenseKeyException
Creates a new instance of LicenseKeyException message with cause.- Parameters:
-
message
- the detail message. -
cause
- the original exception
-