Uses of Class
javax.ejb.ConcurrentAccessException

Packages that use ConcurrentAccessException
javax.ejb   
 

Uses of ConcurrentAccessException in javax.ejb
 

Subclasses of ConcurrentAccessException in javax.ejb
 class ConcurrentAccessTimeoutException
          This exception indicates that an attempt to concurrently access a bean method resulted in a timeout.
 class IllegalLoopbackException
          This exception indicates that an attempt was made to perform an illegal loop back invocation on a Singleton with container-managed concurrency.