Package io.jmix.flowui.backgroundtask
Class IllegalConcurrentAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.backgroundtask.IllegalConcurrentAccessException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IllegalConcurrentAccessExceptionpublic IllegalConcurrentAccessException()
- 
IllegalConcurrentAccessException
 
-