public class UndecidedOmemoIdentityException extends Exception
| Constructor and Description |
|---|
UndecidedOmemoIdentityException(OmemoDevice contact) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<OmemoDevice> |
getUndecidedDevices()
Return the HashSet of undecided devices.
|
void |
join(UndecidedOmemoIdentityException other)
Add all undecided devices of another Exception to this Exceptions HashSet of undecided devices.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UndecidedOmemoIdentityException(OmemoDevice contact)
public HashSet<OmemoDevice> getUndecidedDevices()
public void join(UndecidedOmemoIdentityException other)
other - other Exception