Package org.c02e.jpgpj
Class PassphraseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- org.c02e.jpgpj.PassphraseException
-
- All Implemented Interfaces:
java.io.Serializable
public class PassphraseException extends org.bouncycastle.openpgp.PGPException
Indicates an incorrect passphrase was used to unlock a key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PassphraseException(java.lang.String message)
PassphraseException(java.lang.String message, java.lang.Exception cause)
-