Class UndecidedOmemoIdentityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smackx.omemo.exceptions.UndecidedOmemoIdentityException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the user tries to encrypt a message for a undecided device.
- See Also:
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the HashSet of undecided devices.void
Add all undecided devices of another Exception to this Exceptions HashSet of undecided devices.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndecidedOmemoIdentityException
-
UndecidedOmemoIdentityException
-
-
Method Details
-
getUndecidedDevices
Return the HashSet of undecided devices.- Returns:
- undecided devices
-
join
Add all undecided devices of another Exception to this Exceptions HashSet of undecided devices.- Parameters:
other
- other Exception
-