blob: 090eb63274b2b7d56c25715fff83df80063d2d51 [file] [log] [blame]
package org.onlab.onos.store.service;
/**
* Exception that indicates a optimistic lock failure.
*/
@SuppressWarnings("serial")
public class OptimisticLockException extends PreconditionFailedException {
}