package org.briarproject.api.db; /** Thrown when a database operation is attempted and the database is closed. */ public class DbClosedException extends DbException { private static final long serialVersionUID = -3679248177625310653L; }