Package org.pgpainless.exception
Class KeyValidationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.pgpainless.exception.KeyValidationError
-
- All Implemented Interfaces:
Serializable
public class KeyValidationError extends AssertionError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyValidationError(String userId, org.bouncycastle.openpgp.PGPSignature userIdSig, org.bouncycastle.openpgp.PGPSignature userIdRevocation)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyValidationError
public KeyValidationError(String userId, org.bouncycastle.openpgp.PGPSignature userIdSig, org.bouncycastle.openpgp.PGPSignature userIdRevocation)
-
-