Package org.pgpainless.exception
Klasse MissingDecryptionMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.openpgp.PGPException
org.pgpainless.exception.MissingDecryptionMethodException
- Alle implementierten Schnittstellen:
Serializable
public class MissingDecryptionMethodException
extends org.bouncycastle.openpgp.PGPException
Exception that is thrown when decryption fails due to a missing decryption key or decryption passphrase.
This can happen when the user does not provide the right set of keys / the right password when decrypting
a message.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.bouncycastle.openpgp.PGPException
getCause, getUnderlyingExceptionVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
MissingDecryptionMethodException
-