|
23 | 23 |
|
24 | 24 | package microsoft.exchange.webservices.data.autodiscover; |
25 | 25 |
|
| 26 | +import microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverLocalException; |
26 | 27 | import microsoft.exchange.webservices.data.exceptions.ArgumentException; |
27 | 28 | import microsoft.exchange.webservices.data.enumerations.AutodiscoverEndpoints; |
28 | 29 | import microsoft.exchange.webservices.data.enumerations.AutodiscoverErrorCode; |
29 | | -import microsoft.exchange.webservices.data.exceptions.AutodiscoverLocalException; |
30 | | -import microsoft.exchange.webservices.data.exceptions.AutodiscoverRemoteException; |
| 30 | +import microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverRemoteException; |
31 | 31 | import microsoft.exchange.webservices.data.autodiscover.requests.AutodiscoverRequest; |
32 | 32 | import microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase; |
33 | 33 | import microsoft.exchange.webservices.data.enumerations.DomainSettingName; |
@@ -216,7 +216,7 @@ public final class AutodiscoverService extends ExchangeServiceBase |
216 | 216 | * |
217 | 217 | * @param redirectionUrl the redirection url |
218 | 218 | * @return Returns true. |
219 | | - * @throws microsoft.exchange.webservices.data.exceptions.AutodiscoverLocalException the autodiscover local exception |
| 219 | + * @throws AutodiscoverLocalException the autodiscover local exception |
220 | 220 | */ |
221 | 221 | private boolean defaultAutodiscoverRedirectionUrlValidationCallback( |
222 | 222 | String redirectionUrl) throws AutodiscoverLocalException { |
@@ -336,7 +336,7 @@ TSettings getLegacyUserSettingsAtUrl( |
336 | 336 | try { |
337 | 337 | request.close(); |
338 | 338 | } catch (Exception e2) { |
339 | | - // Ignore exceptions while closing the request. |
| 339 | + // Ignore exception while closing the request. |
340 | 340 | } |
341 | 341 | } |
342 | 342 | } |
@@ -423,7 +423,7 @@ private URI getRedirectUrl(String domainName) |
423 | 423 | try { |
424 | 424 | request.close(); |
425 | 425 | } catch (Exception e) { |
426 | | - // Ignore exceptions when closing the request |
| 426 | + // Ignore exception when closing the request |
427 | 427 | } |
428 | 428 | } |
429 | 429 | } |
|
0 commit comments