package co.mwater.clientapp.dbsync;
/**
* Exception thrown when there are pending changes in a database.
* @author Clayton
*
*/
public class PendingChangesException extends Exception {
private static final long serialVersionUID = -2980239663038861375L;
}