blob: a7d3fe32f4a99a56e1d21b88f835d714761808b3 [file] [log] [blame]
package org.onlab.onos.store.service;
/**
* Exception that indicates a write operation is aborted.
* Aborted operations do not mutate database state is any form.
*/
@SuppressWarnings("serial")
public class WriteAborted extends DatabaseException {
}