Class MaximumRedirectionHopsExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
-
- microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverLocalException
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 messageinnerException- the inner exception
-
-