Uses of Package
org.jivesoftware.smackx.ox.exception
-
Packages that use org.jivesoftware.smackx.ox.exception Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.store.abstr Abstract OpenPGP store implementations.org.jivesoftware.smackx.ox.store.definition OpenPgp store class definitions.org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP. -
Classes in org.jivesoftware.smackx.ox.exception used by org.jivesoftware.smackx.ox Class Description InvalidBackupCodeException Exception that gets thrown if the backup code entered by the user is invalid.MissingOpenPgpKeyException Exception that gets thrown when an operation is missing an OpenPGP key.MissingUserIdOnKeyException This exception gets thrown, if the user tries to import a key of a user which is lacking a user-id with the users jid.NoBackupFoundException This exception gets thrown in case the user tries to restore a secret key backup from PubSub, but no backup has been found. -
Classes in org.jivesoftware.smackx.ox.exception used by org.jivesoftware.smackx.ox.store.abstr Class Description MissingUserIdOnKeyException This exception gets thrown, if the user tries to import a key of a user which is lacking a user-id with the users jid. -
Classes in org.jivesoftware.smackx.ox.exception used by org.jivesoftware.smackx.ox.store.definition Class Description MissingUserIdOnKeyException This exception gets thrown, if the user tries to import a key of a user which is lacking a user-id with the users jid. -
Classes in org.jivesoftware.smackx.ox.exception used by org.jivesoftware.smackx.ox.util Class Description InvalidBackupCodeException Exception that gets thrown if the backup code entered by the user is invalid.MissingOpenPgpKeyException Exception that gets thrown when an operation is missing an OpenPGP key.