001package org.dcm4che3.conf.core.index;
002
003/**
004 * @author rawmahn
005 */
006public class ConfIndexOutOfSyncException extends RuntimeException {
007 public ConfIndexOutOfSyncException() {
008 }
009
010 public ConfIndexOutOfSyncException(String s) {
011 super(s);
012 }
013}