blob: 6e02252e8da3123468f188fc3c8450b68a2d5c82 [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 thrown when an operation (read or write) is requested for
6 * a table that does not exist.
7 */
8@SuppressWarnings("serial")
9public class NoSuchTableException extends DatabaseException {
10}