Class AccountIsLockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
-
- microsoft.exchange.webservices.data.core.exception.service.remote.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
-
-
Constructor Summary
Constructors Constructor Description AccountIsLockedException(String message, URI accountUnlockUrl, Exception innerException)Initializes a new instance of the AccountIsLockedException class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetAccountUnlockUrl()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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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.
-
-
Method Detail
-
getAccountUnlockUrl
public URI getAccountUnlockUrl()
Gets the URL of a web page where the user can navigate to unlock his or her account.
-
-