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:
java.io.Serializable
- Direct Known Subclasses:
KeyException.ExpiredKeyException,KeyException.MissingSecretKeyException,KeyException.PublicKeyAlgorithmPolicyException,KeyException.RevokedKeyException,KeyException.UnacceptableEncryptionKeyException,KeyException.UnacceptableSelfSignatureException,KeyException.UnacceptableSigningKeyException,KeyException.UnacceptableThirdPartyCertificationKeyException,KeyException.UnboundUserIdException
public abstract class KeyException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyException.ExpiredKeyExceptionstatic classKeyException.MissingSecretKeyExceptionstatic classKeyException.PublicKeyAlgorithmPolicyExceptionstatic classKeyException.RevokedKeyExceptionstatic classKeyException.UnacceptableEncryptionKeyExceptionstatic classKeyException.UnacceptableSelfSignatureExceptionstatic classKeyException.UnacceptableSigningKeyExceptionstatic classKeyException.UnacceptableThirdPartyCertificationKeyExceptionstatic classKeyException.UnboundUserIdException
-
Constructor Summary
Constructors Modifier Constructor Description protectedKeyException(java.lang.String message, org.pgpainless.key.OpenPgpFingerprint fingerprint)protectedKeyException(java.lang.String message, org.pgpainless.key.OpenPgpFingerprint fingerprint, java.lang.Throwable underlying)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pgpainless.key.OpenPgpFingerprintgetFingerprint()
-
-
-
Constructor Detail
-
KeyException
protected KeyException(@Nonnull java.lang.String message, @Nonnull org.pgpainless.key.OpenPgpFingerprint fingerprint)
-
KeyException
protected KeyException(@Nonnull java.lang.String message, @Nonnull org.pgpainless.key.OpenPgpFingerprint fingerprint, @Nonnull java.lang.Throwable underlying)
-
-