Package com.sun.pdfview.decrypt
Class EncryptionUnsupportedByProductException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.pdfview.decrypt.UnsupportedEncryptionException
-
- com.sun.pdfview.decrypt.EncryptionUnsupportedByProductException
-
- All Implemented Interfaces:
java.io.Serializable
public class EncryptionUnsupportedByProductException extends UnsupportedEncryptionException
Identifies that the specified encryption mechanism is not supported by this product, that is, PDFRenderer, as opposed to alimitation in the platform
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptionUnsupportedByProductException(java.lang.String message)
-