Package jakarta.ejb

Class ConcurrentAccessTimeoutException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ConcurrentAccessTimeoutException

        public ConcurrentAccessTimeoutException()

        Constructor for ConcurrentAccessTimeoutException.

      • ConcurrentAccessTimeoutException

        public ConcurrentAccessTimeoutException​(java.lang.String message)

        Constructor for ConcurrentAccessTimeoutException.

        Parameters:
        message - a String object.