Package javax.ejb

Class ConcurrentAccessTimeoutException



  • 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.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • ConcurrentAccessTimeoutException

        public ConcurrentAccessTimeoutException​()
      • ConcurrentAccessTimeoutException

        public ConcurrentAccessTimeoutException​(java.lang.String message)