Class UnsupportedEncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.loboevolution.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)

      Constructor for UnsupportedEncryptionException.

      Parameters:
      message - a String object.
    • UnsupportedEncryptionException

      protected UnsupportedEncryptionException(String message, Throwable cause)

      Constructor for UnsupportedEncryptionException.

      Parameters:
      message - a String object.
      cause - a Throwable object.