Uses of Class
javax.ejb.FinderException

Packages that use FinderException
com.caucho.ejb.server   
com.caucho.ejb.session   
javax.ejb   
 

Uses of FinderException in com.caucho.ejb.server
 

Methods in com.caucho.ejb.server that throw FinderException
 AbstractContext<?> AbstractEjbBeanManager.getContext(java.lang.Object key)
           
abstract  AbstractContext<?> AbstractEjbBeanManager.getContext(java.lang.Object key, boolean forceLoad)
          Returns the context with the given key
 

Uses of FinderException in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that throw FinderException
 AbstractContext SingletonManager.getContext(java.lang.Object key, boolean forceLoad)
          Finds the remote bean by its key.
 AbstractContext<X> StatefulManager.getContext(java.lang.Object key, boolean forceLoad)
          Finds the remote bean by its key.
 

Uses of FinderException in javax.ejb
 

Subclasses of FinderException in javax.ejb
 class ObjectNotFoundException
          The main ejb context.