Package org.pgpainless.exception
Class KeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pgpainless.exception.KeyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeyException.ExpiredKeyException,KeyException.MissingSecretKeyException,KeyException.PublicKeyAlgorithmPolicyException,KeyException.RevokedKeyException,KeyException.UnacceptableEncryptionKeyException,KeyException.UnacceptableSelfSignatureException,KeyException.UnacceptableSigningKeyException,KeyException.UnboundUserIdException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeyException(String message, OpenPgpFingerprint fingerprint) protectedKeyException(String message, OpenPgpFingerprint fingerprint, Throwable underlying) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyException
-
KeyException
protected KeyException(@Nonnull String message, @Nonnull OpenPgpFingerprint fingerprint, @Nonnull Throwable underlying)
-
-
Method Details
-
getFingerprint
-