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