microsoft.exchange.webservices.data.core.exception.dns
Class DnsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
DnsException(String exceptionMessage)
          Instantiates a new dns exception.
 
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

DnsException

public DnsException(String exceptionMessage)
Instantiates a new dns exception.

Parameters:
exceptionMessage - the exception message


Copyright © 2012–2015 Microsoft. All rights reserved.