Package jakarta.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()

      Constructor for ConcurrentAccessTimeoutException.

    • ConcurrentAccessTimeoutException

      public ConcurrentAccessTimeoutException(String message)

      Constructor for ConcurrentAccessTimeoutException.

      Parameters:
      message - a String object.