org.indy.io
Class IndyUnknownHostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.indy.IndyException
                    |
                    +--org.indy.io.IndyIOException
                          |
                          +--org.indy.io.IndyUnknownHostException
All Implemented Interfaces:
java.io.Serializable

public class IndyUnknownHostException
extends IndyIOException

Title: Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:
 
See Also:
Serialized Form

Fields inherited from class org.indy.IndyException
_msg
 
Constructor Summary
IndyUnknownHostException(java.lang.Exception e)
          Constructor for the IdUnknownHostException object
 
Methods inherited from class org.indy.IndyException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndyUnknownHostException

public IndyUnknownHostException(java.lang.Exception e)
Constructor for the IdUnknownHostException object
Parameters:
e - Description of the Parameter


Copyright © 2002-2002 IndyJ. All Rights Reserved.