|
|||||||||
| 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.ServiceRemoteException
microsoft.exchange.webservices.data.AutodiscoverRemoteException
public class AutodiscoverRemoteException
Represents an exception that is thrown when the Autodiscover service returns an error.
| Constructor Summary | |
|---|---|
|
AutodiscoverRemoteException(AutodiscoverError error)
Initializes a new instance of the class. |
protected |
AutodiscoverRemoteException(String message,
AutodiscoverError error)
Initializes a new instance of the class. |
|
AutodiscoverRemoteException(String message,
AutodiscoverError error,
Exception innerException)
Initializes a new instance of the class. |
| Method Summary | |
|---|---|
AutodiscoverError |
getError()
Gets the error. |
| 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 AutodiscoverRemoteException(AutodiscoverError error)
error - the error
protected AutodiscoverRemoteException(String message,
AutodiscoverError error)
message - the messageerror - the error
public AutodiscoverRemoteException(String message,
AutodiscoverError error,
Exception innerException)
message - the messageerror - the errorinnerException - the inner exception| Method Detail |
|---|
public AutodiscoverError getError()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||