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
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:
AccessTimeout
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentAccessTimeoutException()
Constructor 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
-
-