Class EncryptionUnsupportedByProductException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.loboevolution.pdfview.decrypt.UnsupportedEncryptionException
org.loboevolution.pdfview.decrypt.EncryptionUnsupportedByProductException
- All Implemented Interfaces:
Serializable
Identifies that the specified encryption mechanism is not
supported by this product, that is, PDFRenderer, as opposed to
a
limitation in
the platform
.
Author Luke Kirby
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for EncryptionUnsupportedByProductException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncryptionUnsupportedByProductException
Constructor for EncryptionUnsupportedByProductException.
- Parameters:
message
- aString
object.
-