net.java.sip.communicator.util.dns
Class DnssecRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Distributable under LGPL license.