package org.briarproject.api.db;

/**
 * Thrown when a database operation is attempted and the database is closed.
 */
public class DbClosedException extends DbException {

}