Package com.pspdfkit.exceptions
Class InvalidPSPDFKitLicenseException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidPSPDFKitLicenseException extends PSPDFKitException
Thrown when invalid license is passed during PSPDFKit initialization.
-
-
Constructor Summary
Constructors Constructor Description InvalidPSPDFKitLicenseException()
InvalidPSPDFKitLicenseException(String detailMessage)
InvalidPSPDFKitLicenseException(String detailMessage, Throwable throwable)
InvalidPSPDFKitLicenseException(Throwable throwable)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
InvalidPSPDFKitLicenseException
InvalidPSPDFKitLicenseException()
-
InvalidPSPDFKitLicenseException
InvalidPSPDFKitLicenseException(String detailMessage)
-
InvalidPSPDFKitLicenseException
InvalidPSPDFKitLicenseException(String detailMessage, Throwable throwable)
-
InvalidPSPDFKitLicenseException
InvalidPSPDFKitLicenseException(Throwable throwable)
-
-
-
-