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.ExceptionIdentifies that the specified encryption mechanism is not supported by this product or platform.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnsupportedEncryptionException(java.lang.String message)protectedUnsupportedEncryptionException(java.lang.String message, java.lang.Throwable cause)
-