Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.dns
Class UnboundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.java.sip.communicator.util.dns.UnboundException
All Implemented Interfaces:
Serializable

public class UnboundException
extends Exception

Exception that is being thrown when native Unbound code resulted in an error.

Author:
Ingo Bauersachs
See Also:
Serialized Form

Constructor Summary
UnboundException(String message)
          Creates a new instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnboundException

public UnboundException(String message)
Creates a new instance of this class.

Parameters:
message - the detail message.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.