microsoft.exchange.webservices.data
Class AutodiscoverLocalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceLocalException
              extended by microsoft.exchange.webservices.data.AutodiscoverLocalException
All Implemented Interfaces:
java.io.Serializable

public class AutodiscoverLocalException
extends ServiceLocalException

Represents an exception that is thrown when the Autodiscover service could not be contacted.

See Also:
Serialized Form

Constructor Summary
AutodiscoverLocalException()
          Initializes a new instance of the class.
AutodiscoverLocalException(java.lang.String message)
          Initializes a new instance of the class.
AutodiscoverLocalException(java.lang.String message, java.lang.Exception innerException)
          Initializes a new instance of the 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

AutodiscoverLocalException

public AutodiscoverLocalException()
Initializes a new instance of the class.


AutodiscoverLocalException

public AutodiscoverLocalException(java.lang.String message)
Initializes a new instance of the class.

Parameters:
message - the message

AutodiscoverLocalException

public AutodiscoverLocalException(java.lang.String message,
                                  java.lang.Exception innerException)
Initializes a new instance of the class.

Parameters:
message - the message
innerException - the inner exception