Class UnsupportedEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.loboevolution.pdfview.decrypt.UnsupportedEncryptionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncryptionUnsupportedByPlatformException
,EncryptionUnsupportedByProductException
Identifies that the specified encryption mechanism is not
supported by this product or platform.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
UnsupportedEncryptionException
(String message) Constructor for UnsupportedEncryptionException.protected
UnsupportedEncryptionException
(String message, Throwable cause) Constructor for UnsupportedEncryptionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString