java.net
Class PortUnreachableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.SocketException
                  extended by java.net.PortUnreachableException
All Implemented Interfaces:
Serializable

public class PortUnreachableException
extends SocketException

See Also:
Serialized Form

Constructor Summary
PortUnreachableException()
           
PortUnreachableException(String var0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortUnreachableException

public PortUnreachableException()

PortUnreachableException

public PortUnreachableException(String var0)