Class IllegalConcurrentAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.ui.executor.IllegalConcurrentAccessException
All Implemented Interfaces:
Serializable

public class IllegalConcurrentAccessException extends RuntimeException
Exception that is thrown in case of incorrect access to a shared data from a thread that does not own necessary lock.
See Also:
  • Constructor Details

    • IllegalConcurrentAccessException

      public IllegalConcurrentAccessException()
    • IllegalConcurrentAccessException

      public IllegalConcurrentAccessException(String message)