Revision 27723 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/exception/ListBaseException.java

View differences:

ListBaseException.java
36 36
 *
37 37
 */
38 38
public abstract class ListBaseException extends BaseException implements List{
39
	public ListBaseException(String message, String key, long code) {
40
		super(message, key, code);
41
	}
42

  
43
	public ListBaseException(String message, Throwable cause, String key,
44
			long code) {
45
		super(message, cause, key, code);
46
	}
47

  
39 48
	/**
40 49
	 *
41 50
	 */

Also available in: Unified diff