Revision 28468 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/persistence/PersistenceException.java

View differences:

PersistenceException.java
3 3
import java.util.HashMap;
4 4
import java.util.Map;
5 5

  
6
import org.gvsig.tools.exception.BaseException;
6
import org.gvsig.tools.exception.ListBaseException;
7 7

  
8
public class PersistenceException extends BaseException {
8
public class PersistenceException extends ListBaseException {
9 9
	private static final long serialVersionUID = -3729654883985281840L;
10 10
	private final static String MESSAGE_FORMAT = "Error getting or setting the state of the object.";
11 11
	private final static String MESSAGE_KEY = "_PersistenceException";

Also available in: Unified diff