javax.ejb
Class ConcurrentAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.ConcurrentAccessException
- All Implemented Interfaces:
- Serializable
public class ConcurrentAccessException
- extends EJBException
A ConcurrentAccessException indicates that the client has attempted an invocation on a
stateful session bean while another invocation is in progress.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConcurrentAccessException
public ConcurrentAccessException()
ConcurrentAccessException
public ConcurrentAccessException(String message)
ConcurrentAccessException
public ConcurrentAccessException(String message,
Exception ex)
Copyright © 2008 JBoss Inc.. All Rights Reserved.