Module jakarta.ejb
Package jakarta.ejb

Class ConcurrentAccessException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrentAccessTimeoutException, IllegalLoopbackException

public class ConcurrentAccessException extends EJBException
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton bean while another invocation is in progress and such concurrent access is not allowed.
Since:
EJB 3.1
See Also: