Package org.c02e.jpgpj
Class DecryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.openpgp.PGPException
org.c02e.jpgpj.DecryptionException
- All Implemented Interfaces:
Serializable
public class DecryptionException
extends org.bouncycastle.openpgp.PGPException
Indicates decryption failed,
because the message was not encrypted with a required key
or symmetric passphrase.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDecryptionException
(String message) DecryptionException
(String message, Exception cause) -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPException
getCause, getUnderlyingException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecryptionException
-
DecryptionException
-