Uses of Class
jakarta.ejb.ConcurrentAccessException
Packages that use ConcurrentAccessException
Package
Description
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
-
Uses of ConcurrentAccessException in jakarta.ejb
Subclasses of ConcurrentAccessException in jakarta.ejbModifier and TypeClassDescriptionclassThis exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.classThis exception indicates that an attempt was made to perform an illegal loopback invocation.