microsoft.exchange.webservices.data.autodiscover.exception
Class MaximumRedirectionHopsExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
              extended by microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverLocalException
                  extended by microsoft.exchange.webservices.data.autodiscover.exception.MaximumRedirectionHopsExceededException
All Implemented Interfaces:
Serializable

public class MaximumRedirectionHopsExceededException
extends AutodiscoverLocalException

The Class MaximumRedirectionHopsExceededException.

See Also:
AutodiscoverService, Serialized Form

Constructor Summary
MaximumRedirectionHopsExceededException()
          Initializes a new instance of the class.
MaximumRedirectionHopsExceededException(String message)
          Initializes a new instance of the class.
MaximumRedirectionHopsExceededException(String message, 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

MaximumRedirectionHopsExceededException

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


MaximumRedirectionHopsExceededException

public MaximumRedirectionHopsExceededException(String message)
Initializes a new instance of the class.

Parameters:
message - the message

MaximumRedirectionHopsExceededException

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

Parameters:
message - the message
innerException - the inner exception


Copyright © 2012–2015 Microsoft. All rights reserved.