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 Details

    • DecryptionException

      public DecryptionException(String message)
    • DecryptionException

      public DecryptionException(String message, Exception cause)