Revision 26032 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/exception/StoreUndoException.java

View differences:

StoreUndoException.java
12 12
	private final static String MESSAGE_KEY = "_StoreUndoException";
13 13

  
14 14
	public StoreUndoException(Throwable cause, String store) {
15
		super(MESSAGE_FORMAT, MESSAGE_KEY, serialVersionUID);
15
		super(MESSAGE_FORMAT, cause, MESSAGE_KEY, serialVersionUID);
16 16
		setValue("store", store);
17 17
	}
18 18
}

Also available in: Unified diff