| com.ivata.mask.persistence.PersistenceException com.ivata.mask.persistence.FinderException
FinderException | public class FinderException extends PersistenceException (Code) | | An instance of this class is thrown when we couldn't find what we were
looking for.
author: Colin MacLeod author: colin.macleod@ivata.com since: ivata masks 0.3 (2004-03-29) version: $Revision: 1.5 $ |
FinderException | public FinderException(Class dOClass, Object key, Throwable cause)(Code) | | Create a new persistence exception with the given message and cause.
Parameters: dOClass - DO class. Parameters: key - searched for key of the entity which could not be found. Parameters: cause - cause exception from the persistence layer. |
FinderException | public FinderException(String queryName, Object[] queryArguments)(Code) | | Create a new persistence exception with the given message and cause.
Parameters: queryName - name of the persistence query which failed. Parameters: queryArguments - arguments passed to the query which failed. |
|
|