java 实现的P2P Chord算法。chord算法是结构式的P2P搜索与管理协议

源代码在线查看: abrirpuertoservidorexception.java

软件大小: 209 K
上传用户: albert333
关键词: P2P Chord chord java
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 * AbrirPuertoServidorException.java				 *				 * Created on 14 de febrero de 2005, 18:14				 */								package org.mikel.jchord.red;																/**				 *				 * @author mikel				 */				public class AbrirPuertoServidorException extends java.net.BindException {				    				    /**				     * Creates a new instance of AbrirPuertoServidorException without detail message.				     */				    public AbrirPuertoServidorException() {				    }				    				    				    /**				     * Constructs an instance of AbrirPuertoServidorException with the specified detail message.				     * @param msg the detail message.				     */				    public AbrirPuertoServidorException(String msg) {				        super(msg);				    }				}							

相关资源