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

public class ConcurrentAccessException
extends EJBException

The main ejb context.

See Also:
Serialized Form

Constructor Summary
ConcurrentAccessException()
           
ConcurrentAccessException(java.lang.String msg)
           
ConcurrentAccessException(java.lang.String msg, java.lang.Exception e)
           
 
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 msg)

ConcurrentAccessException

public ConcurrentAccessException(java.lang.String msg,
                                 java.lang.Exception e)