javax.ejb
Class ConcurrentAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by javax.ejb.ConcurrentAccessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalLoopbackException

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.

See Also:
Serialized Form

Constructor Summary
ConcurrentAccessException()
           
ConcurrentAccessException(java.lang.String message)
           
ConcurrentAccessException(java.lang.String message, java.lang.Exception ex)
           
 
Method Summary
 
Methods inherited from class javax.ejb.EJBException
getCausedByException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentAccessException

public ConcurrentAccessException()

ConcurrentAccessException

public ConcurrentAccessException(java.lang.String message)

ConcurrentAccessException

public ConcurrentAccessException(java.lang.String message,
                                 java.lang.Exception ex)