Class EncryptionUnsupportedByPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.loboevolution.pdfview.decrypt.UnsupportedEncryptionException
org.loboevolution.pdfview.decrypt.EncryptionUnsupportedByPlatformException
- All Implemented Interfaces:
Serializable
Identifies that the specified encryption mechanism, though supported by the
product, is not supported by the platform that it is running on; i.e., that
either the JCE does not support a required cipher or that its policy is
such that a key of a given length can not be used.
Author Luke Kirby
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for EncryptionUnsupportedByPlatformException.EncryptionUnsupportedByPlatformException
(String message, Throwable cause) Constructor for EncryptionUnsupportedByPlatformException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncryptionUnsupportedByPlatformException
Constructor for EncryptionUnsupportedByPlatformException.
- Parameters:
message
- aString
object.
-
EncryptionUnsupportedByPlatformException
Constructor for EncryptionUnsupportedByPlatformException.
-