Package org.openpdf.renderer.decrypt
Class UnsupportedEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openpdf.renderer.decrypt.UnsupportedEncryptionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncryptionUnsupportedByPlatformException,EncryptionUnsupportedByProductException
Identifies that the specified encryption mechanism is not
supported by this product or platform.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnsupportedEncryptionException(String message) protectedUnsupportedEncryptionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedEncryptionException
-
UnsupportedEncryptionException
-