Class 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
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DecryptionException

        public DecryptionException​(java.lang.String message)
      • DecryptionException

        public DecryptionException​(java.lang.String message,
                                   java.lang.Exception cause)