|
||||||||
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(java.lang.String message,
AutodiscoverError error)
Initializes a new instance of the class. |
|
AutodiscoverRemoteException(java.lang.String message,
AutodiscoverError error,
java.lang.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 errorprotected AutodiscoverRemoteException(java.lang.String message, AutodiscoverError error)
message
- the messageerror
- the errorpublic AutodiscoverRemoteException(java.lang.String message, AutodiscoverError error, java.lang.Exception innerException)
message
- the messageerror
- the errorinnerException
- the inner exceptionMethod Detail |
---|
public AutodiscoverError getError()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |