⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abrirpuertoservidorexception.java

📁 java 实现的P2P Chord算法。chord算法是结构式的P2P搜索与管理协议
💻 JAVA
字号:
/* * 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 <code>AbrirPuertoServidorException</code> without detail message.     */    public AbrirPuertoServidorException() {    }            /**     * Constructs an instance of <code>AbrirPuertoServidorException</code> with the specified detail message.     * @param msg the detail message.     */    public AbrirPuertoServidorException(String msg) {        super(msg);    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -