Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class DnssecException
extends Exception

Checked DNSSEC exception for code that knows how to deal with it.

Author:
Ingo Bauersachs
See Also:
Serialized Form

Constructor Summary
DnssecException(DnssecRuntimeException e)
          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

DnssecException

public DnssecException(DnssecRuntimeException e)
Creates a new instance of this class.

Parameters:
e - the DNSSEC runtime exception to encapsulate.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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