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