Package com.sun.pdfview.decrypt
Class UnsupportedEncryptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.pdfview.decrypt.UnsupportedEncryptionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EncryptionUnsupportedByPlatformException
,EncryptionUnsupportedByProductException
public abstract class UnsupportedEncryptionException extends java.lang.Exception
Identifies that the specified encryption mechanism is not supported by this product or platform.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnsupportedEncryptionException(java.lang.String message)
protected
UnsupportedEncryptionException(java.lang.String message, java.lang.Throwable cause)
-