Class WrongPassphraseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrongPassphraseException
    extends org.bouncycastle.openpgp.PGPException
    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

      • WrongPassphraseException

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

        public WrongPassphraseException​(long keyId,
                                        org.bouncycastle.openpgp.PGPException cause)
      • WrongPassphraseException

        public WrongPassphraseException​(java.lang.String message,
                                        org.bouncycastle.openpgp.PGPException cause)