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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecryptionException(java.lang.String message)
DecryptionException(java.lang.String message, java.lang.Exception cause)
-