Package com.sun.pdfview.decrypt
Class UnsupportedEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.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
ConstructorsModifierConstructorDescriptionprotected
UnsupportedEncryptionException
(String message) protected
UnsupportedEncryptionException
(String message, Throwable 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
-
UnsupportedEncryptionException
-
UnsupportedEncryptionException
-