Class MissingOpenPgpKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smackx.ox.exception.MissingOpenPgpKeyException
- All Implemented Interfaces:
Serializable
Exception that gets thrown when an operation is missing an OpenPGP key.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingOpenPgpKeyException(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Create a newMissingOpenPgpKeyException.MissingOpenPgpKeyException(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingOpenPgpKeyException
public MissingOpenPgpKeyException(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Create a newMissingOpenPgpKeyException.- Parameters:
owner-BareJidof the keys owner.fingerprint-OpenPgpV4Fingerprintof the missing key.
-
MissingOpenPgpKeyException
public MissingOpenPgpKeyException(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, Throwable e)
-
-
Method Details
-
getOwner
Return theBareJidof the owner of the missing key.- Returns:
- owner of missing key.
-
getFingerprint
Return theOpenPgpV4Fingerprintof the missing key.- Returns:
OpenPgpV4Fingerprintof the missing key.
-