Revision 32467 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.lib/org.gvsig.installer.lib.api/src/main/java/org/gvsig/installer/lib/api/execution/InstallerExecutionServiceException.java

View differences:

InstallerExecutionServiceException.java
30 30
import org.gvsig.tools.exception.BaseException;
31 31

  
32 32
/**
33
 * Base exception for all the exceptions that are thrown by the process
34
 * of execution of an installer. The {@link InstallerExecutionService} throws
35
 * this exception on its methods.
36
 *  
33 37
 * @author <a href="mailto:jpiera@gvsig.org">Jorge Piera Llodr&aacute;</a>
34 38
 */
35 39
public class InstallerExecutionServiceException extends BaseException{
......
45 49
	}
46 50

  
47 51
	/**
48
	 * @see BaseException#BaseException(String, Throwable)
52
	 * @see BaseException#BaseException(String, Throwable, String, long)
49 53
	 */
50 54
	public InstallerExecutionServiceException(String message, Throwable cause) {
51 55
		super(message, cause,  KEY, serialVersionUID);

Also available in: Unified diff