1 /************************************************************
2 * Copyright *
3 * Portions of this software are Copyright (c) 1993 - 2002, *
4 * Chad Z. Hower (Kudzu) and the Indy Pit Crew *
5 * - http://www.nevrona.com/Indy/ *
6 ************************************************************/
7 package org.indy.io;
8
9 /***
10 * Title: Description: Copyright: Copyright (c) 2001 Company:
11 *
12 *@author
13 *@version 1.0
14 */
15 public class IndyUnknownHostException extends IndyIOException {
16 /***
17 * Constructor for the IdUnknownHostException object
18 *
19 *@param e Description of the Parameter
20 */
21 public IndyUnknownHostException(Exception e) {
22 super(e);
23 }
24 }
This page was automatically generated by Maven