jcifs.netbios
Class UnknownNbtHostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.UnknownHostException
                          |
                          +--jcifs.netbios.UnknownNbtHostException

public class UnknownNbtHostException
extends UnknownHostException

Thrown to indicate that the hostname of an IP address could not be determined

Since:
jcifs-0.1
Author:
Michael B. Allen
See Also:
Serialized Form

Constructor Summary
UnknownNbtHostException()
          Constructs a new UnknownNbtHostException with no message detail.
UnknownNbtHostException(String host)
          Constructs a new UnknownNbtHostException with the specified message detail.
 
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

UnknownNbtHostException

public UnknownNbtHostException(String host)
Constructs a new UnknownNbtHostException with the specified message detail.
Parameters:
the - message detail

UnknownNbtHostException

public UnknownNbtHostException()
Constructs a new UnknownNbtHostException with no message detail.