mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Return LiveData when sending message
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package org.briarproject.briar.api.autodelete;
|
||||
|
||||
import org.briarproject.bramble.api.db.DbException;
|
||||
|
||||
/**
|
||||
* Thrown when a database operation is attempted as part of message storing
|
||||
* and the operation is expecting a different timer state. This
|
||||
* exception may occur due to concurrent updates and does not indicate a
|
||||
* database error.
|
||||
*/
|
||||
public class UnexpectedTimerException extends DbException {
|
||||
}
|
||||
Reference in New Issue
Block a user