Revision 1118 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/dynobject/exception/DynMethodException.java

View differences:

DynMethodException.java
34 34
	 */
35 35
	private static final long serialVersionUID = -7079190638140530989L;
36 36

  
37
	protected DynMethodException(String messagefmt, String key,	long code) {
37
	protected DynMethodException(String messagefmt, String key, long code) {
38 38
		super(messagefmt, key, code);
39 39
	}
40 40

  
41
        protected DynMethodException(String messagefmt, Throwable cause, String key, long code) {
42
		super(messagefmt, cause, key, code);
43
	}
44

  
41 45
}

Also available in: Unified diff