microsoft.exchange.webservices.data
Class AccountIsLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
microsoft.exchange.webservices.data.AccountIsLockedException
- All Implemented Interfaces:
- Serializable
public class AccountIsLockedException
- extends ServiceRemoteException
Represents an error that occurs when the account that is
being accessed is locked and requires user interaction to be unlocked.
- See Also:
- Serialized Form
|
Method Summary |
URI |
getAccountUnlockUrl()
Gets the URL of a web page where the user
can navigate to unlock his or her account. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AccountIsLockedException
public AccountIsLockedException(String message,
URI accountUnlockUrl,
Exception innerException)
- Initializes a new instance of the AccountIsLockedException class.
- Parameters:
message - Error message text.accountUnlockUrl - URL for client to visit to unlock account.innerException -
getAccountUnlockUrl
public URI getAccountUnlockUrl()
- Gets the URL of a web page where the user
can navigate to unlock his or her account.
Copyright © 2012. All Rights Reserved.