Uses of Class
org.duracloud.account.db.util.error.AccountNotFoundException
-
Packages that use AccountNotFoundException Package Description org.duracloud.account.db.util org.duracloud.account.db.util.impl -
-
Uses of AccountNotFoundException in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that throw AccountNotFoundException Modifier and Type Method Description AccountServiceAccountManagerService. getAccount(Long accountId)Returns anAccountServiceinterface.AccountServiceAccountServiceFactory. getAccount(Long acctId)This method provides an AccountService for access to the arg acctId -
Uses of AccountNotFoundException in org.duracloud.account.db.util.impl
Methods in org.duracloud.account.db.util.impl that throw AccountNotFoundException Modifier and Type Method Description AccountServiceAccountManagerServiceImpl. getAccount(Long accountId)AccountServiceAccountServiceFactoryImpl. getAccount(Long acctId)
-