Package jakarta.ejb
Class ConcurrentAccessTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ejb.EJBException
jakarta.ejb.ConcurrentAccessException
jakarta.ejb.ConcurrentAccessTimeoutException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionConstructor for ConcurrentAccessTimeoutException.ConcurrentAccessTimeoutException
(String message) Constructor for ConcurrentAccessTimeoutException. -
Method Summary
Methods inherited from class jakarta.ejb.EJBException
getCausedByException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentAccessTimeoutException
public ConcurrentAccessTimeoutException()Constructor for ConcurrentAccessTimeoutException.
-
ConcurrentAccessTimeoutException
Constructor for ConcurrentAccessTimeoutException.
- Parameters:
message
- aString
object.
-