Uses of Class
org.abstracthorizon.mercury.common.exception.UserRejectedException

Packages that use UserRejectedException
org.abstracthorizon.mercury.common   
org.abstracthorizon.mercury.common.exception   
 

Uses of UserRejectedException in org.abstracthorizon.mercury.common
 

Methods in org.abstracthorizon.mercury.common that throw UserRejectedException
 javax.mail.Folder StorageManager.findInbox(String mailbox, String domain, char[] password)
          Returns local store's inbox if user is local or null otherwise.
 javax.mail.Folder SimpleJAASStorageManager.findInbox(String mailbox, String domain, char[] password)
          This method calls super find inbox method and then authenticates user against given password.
 javax.mail.Folder SimpleStorageManager.findInbox(String mailbox, String domain, char[] password)
          Updates path parameter with local mailbox (folder from JavaMail if mailbox/alias exists.
 javax.mail.Store StorageManager.findStore(String mailbox, String domain, char[] password)
          Returns local store if user is local or null otherwise.
 javax.mail.Store SimpleStorageManager.findStore(String mailbox, String domain, char[] password)
           
 

Uses of UserRejectedException in org.abstracthorizon.mercury.common.exception
 

Subclasses of UserRejectedException in org.abstracthorizon.mercury.common.exception
 class UnknownUserException
          Unknown user exception
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.