Skip to content
Snippets Groups Projects
DbClosedException.java 175 B
Newer Older
package org.briarproject.api.db;
/**
 * Thrown when a database operation is attempted and the database is closed.
 */
public class DbClosedException extends DbException {

}