Files
briar/briar-api/src/org/briarproject/api/clients/ProtocolStateException.java
2016-10-27 11:57:36 +01:00

12 lines
302 B
Java

package org.briarproject.api.clients;
import org.briarproject.api.db.DbException;
/**
* Thrown when a database operation is attempted as part of a protocol session
* and the operation is not applicable to the current protocol state.
*/
public class ProtocolStateException extends DbException {
}