Package jakarta.ejb

Class ConcurrentAccessException

    • Constructor Detail

      • ConcurrentAccessException

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

        public ConcurrentAccessException​(String message)
        Constructs an ConcurrentAccessException with the specified detailed message.
        Parameters:
        message - a String object.
      • ConcurrentAccessException

        public ConcurrentAccessException​(String message,
                                         Exception ex)
        Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
        Parameters:
        message - a String object.
        ex - a Exception object.