Package javax.ejb

Class ConcurrentAccessTimeoutException

All Implemented Interfaces:
Serializable

public class ConcurrentAccessTimeoutException extends ConcurrentAccessException
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.
Since:
EJB 3.1
See Also:
  • Constructor Details

    • ConcurrentAccessTimeoutException

      public ConcurrentAccessTimeoutException()
    • ConcurrentAccessTimeoutException

      public ConcurrentAccessTimeoutException(String message)