| javax.ejb.ConcurrentAccessException
ConcurrentAccessException | public class ConcurrentAccessException extends EJBException (Code) | | A ConcurrentAccessException indicates that the client has attempted an invocation on a
stateful session bean while another invocation is in progress.
author: Carlo de Wolf version: $Revision: $ |
ConcurrentAccessException | public ConcurrentAccessException()(Code) | | |
ConcurrentAccessException | public ConcurrentAccessException(String message)(Code) | | |
|
|