kAWT Version 0.90

java.net
Class UnknownHostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.UnknownHostException
All Implemented Interfaces:
java.io.Serializable

public synchronized class UnknownHostException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
UnknownHostException()
           
UnknownHostException(java.lang.String)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownHostException

public UnknownHostException(java.lang.String)

UnknownHostException

public UnknownHostException()

kAWT Version 0.90