Package org.pgpainless.exception
Class WrongPassphraseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- org.pgpainless.exception.WrongPassphraseException
-
- All Implemented Interfaces:
Serializable
public class WrongPassphraseException extends org.bouncycastle.openpgp.PGPException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongPassphraseException(long keyId, org.bouncycastle.openpgp.PGPException cause)
WrongPassphraseException(String message)
WrongPassphraseException(String message, org.bouncycastle.openpgp.PGPException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrongPassphraseException
public WrongPassphraseException(String message)
-
WrongPassphraseException
public WrongPassphraseException(long keyId, org.bouncycastle.openpgp.PGPException cause)
-
WrongPassphraseException
public WrongPassphraseException(String message, org.bouncycastle.openpgp.PGPException cause)
-
-