Class AutodiscoverLocalException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MaximumRedirectionHopsExceededException
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
Constructors Constructor Description AutodiscoverLocalException()Initializes a new instance of the class.AutodiscoverLocalException(String message)Initializes a new instance of the class.AutodiscoverLocalException(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
-
AutodiscoverLocalException
public AutodiscoverLocalException()
Initializes a new instance of the class.
-
AutodiscoverLocalException
public AutodiscoverLocalException(String message)
Initializes a new instance of the class.- Parameters:
message- the message
-
AutodiscoverLocalException
public AutodiscoverLocalException(String message, Exception innerException)
Initializes a new instance of the class.- Parameters:
message- the messageinnerException- the inner exception
-
-