Class DnsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.dns.DnsException
-
- All Implemented Interfaces:
Serializable
public class DnsException extends Exception
Defines DnsException class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DnsException(String exceptionMessage)Instantiates a new dns exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DnsException
public DnsException(String exceptionMessage)
Instantiates a new dns exception.- Parameters:
exceptionMessage- the exception message
-
-