Revision 30619 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/persistence/PersistenceCreateException.java

View differences:

PersistenceCreateException.java
10 10
	 */
11 11
	private static final long serialVersionUID = 1173336779528392650L;
12 12
	private final static String MESSAGE_FORMAT = "Exception creating new instance of '%(class)'.";
13
	private final static String MESSAGE_KEY = "_PersistenceIDNotLoadedException";
13
	private final static String MESSAGE_KEY = "_PersistenceCreateException";
14 14
	private PersistentState state;
15 15

  
16 16
	public PersistenceCreateException(PersistentState state, Throwable cause) {

Also available in: Unified diff