Package org.jivesoftware.smackx.omemo.exceptions
Exceptions.
- See Also:
- XEP-0384: OMEMO
-
Exception Summary Exception Description CannotEstablishOmemoSessionException Exception gets thrown when we are unable to establish a session with a device for some reason.CorruptedOmemoKeyException Exception gets thrown, when an invalid key is encountered.CryptoFailedException Exception gets thrown when some cryptographic function failed.MultipleCryptoFailedException NoIdentityKeyException NoOmemoSupportException Exception that indicates, that a MUC does not support OMEMO.NoRawSessionException Exception that gets thrown whenever a OmemoMessage arrives that no OmemoSession was found for to decrypt it.ReadOnlyDeviceException Exception that signals, that a device is considered read-only.StaleDeviceException UndecidedOmemoIdentityException Exception that is thrown when the user tries to encrypt a message for a undecided device.UntrustedOmemoIdentityException Exception that gets thrown when we try to en-/decrypt a message for an untrusted contact.