Package org.c02e.jpgpj
Class VerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- org.c02e.jpgpj.VerificationException
-
- All Implemented Interfaces:
java.io.Serializable
public class VerificationException extends org.bouncycastle.openpgp.PGPException
Indicates verification failed, either because the message was not signed with at least one required key, or because the signature of a required key was invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerificationException(java.lang.String message)
VerificationException(java.lang.String message, java.lang.Exception cause)
-