Package javax.ejb

Class ConcurrentAccessException

    • Constructor Summary

      Constructors 
      Constructor Description
      ConcurrentAccessException​()
      Constructs an ConcurrentAccessException with no detail message.
      ConcurrentAccessException​(java.lang.String message)
      Constructs an ConcurrentAccessException with the specified detailed message.
      ConcurrentAccessException​(java.lang.String message, java.lang.Exception ex)
      Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
    • 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

      • ConcurrentAccessException

        public ConcurrentAccessException​()
        Constructs an ConcurrentAccessException with no detail message.
      • ConcurrentAccessException

        public ConcurrentAccessException​(java.lang.String message)
        Constructs an ConcurrentAccessException with the specified detailed message.
      • ConcurrentAccessException

        public ConcurrentAccessException​(java.lang.String message,
                                         java.lang.Exception ex)
        Constructs an ConcurrentAccessException with the specified detail message and a nested exception.