blob: a2ebd2ad790ce44bd1797abf07ad032feb1fbb70 [file] [log] [blame]
Madan Jampani08822c42014-11-04 17:17:46 -08001package org.onlab.onos.store.service;
2
Yuta HIGUCHI657626e2014-11-04 20:54:58 -08003
Madan Jampani08822c42014-11-04 17:17:46 -08004/**
5 * Exception that indicates a write operation is aborted.
6 * Aborted operations do not mutate database state is any form.
7 */
8@SuppressWarnings("serial")
9public class WriteAborted extends DatabaseException {
10}