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

public abstract class UnsupportedEncryptionException extends Exception
Identifies that the specified encryption mechanism is not supported by this product or platform.
See Also:
  • Constructor Details

    • UnsupportedEncryptionException

      protected UnsupportedEncryptionException(String message)
    • UnsupportedEncryptionException

      protected UnsupportedEncryptionException(String message, Throwable cause)