Added ProtocolStateException for client protocols.

This commit is contained in:
akwizgran
2016-10-27 11:47:53 +01:00
parent 8eeaf4e347
commit ca8d3babaa
9 changed files with 16 additions and 11 deletions

View File

@@ -7,5 +7,4 @@ package org.briarproject.api.db;
*/
public class NoSuchContactException extends DbException {
private static final long serialVersionUID = -7048538231308207386L;
}