Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class DnssecRuntimeException
extends RuntimeException

Runtime exception that is thrown when a DNSSEC validation failure occurred. This is not a checked exception or a derivative of UnknownHostException so that existing code does not retry the lookup (potentially in a loop).

Author:
Ingo Bauersachs
See Also:
Serialized Form

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

DnssecRuntimeException

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

Parameters:
message - The reason why this exception is thrown.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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