Uses of Class
javax.ejb.FinderException

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

Uses of FinderException in com.caucho.ejb
 

Subclasses of FinderException in com.caucho.ejb
 class FinderExceptionWrapper
          Wraps the actual exception with an EJB exception
 

Methods in com.caucho.ejb that return FinderException
static FinderException FinderExceptionWrapper.create(java.lang.Throwable rootCause)
          Wraps and exception with a finder exception wrapper.
 

Methods in com.caucho.ejb that throw FinderException
 AbstractContext AbstractServer.getContext(long key)
           
 AbstractContext AbstractServer.getContext(java.lang.Object key)
           
abstract  AbstractContext AbstractServer.getContext(java.lang.Object key, boolean forceLoad)
          Returns the context with the given key
 EJBObject AbstractServer.getEJBObject(java.lang.Object key)
           
 java.lang.Object AbstractServer.getRemoteObject(java.lang.Object key)
          Returns the remote object.
 

Uses of FinderException in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that throw FinderException
 AbstractContext StatefulServer.getContext(java.lang.Object key, boolean forceLoad)
          Finds the remote bean by its key.
 EJBObject StatelessServer.getEJBObject(java.lang.Object key)
          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.