microsoft.exchange.webservices.data
Class AccountIsLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceRemoteException
              extended by microsoft.exchange.webservices.data.AccountIsLockedException
All Implemented Interfaces:
java.io.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
AccountIsLockedException(java.lang.String message, java.net.URI accountUnlockUrl, java.lang.Exception innerException)
          Initializes a new instance of the AccountIsLockedException class.
 
Method Summary
 java.net.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountIsLockedException

public AccountIsLockedException(java.lang.String message,
                                java.net.URI accountUnlockUrl,
                                java.lang.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 -
Method Detail

getAccountUnlockUrl

public java.net.URI getAccountUnlockUrl()
Gets the URL of a web page where the user can navigate to unlock his or her account.