|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceLocalException
microsoft.exchange.webservices.data.AutodiscoverLocalException
public class AutodiscoverLocalException
Represents an exception that is thrown when the Autodiscover service could not be contacted.
| Constructor Summary | |
|---|---|
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 |
|---|
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 |
|---|
public AutodiscoverLocalException()
public AutodiscoverLocalException(String message)
message - the message
public AutodiscoverLocalException(String message,
Exception innerException)
message - the messageinnerException - the inner exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||