Class ConcurrentModificationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.systemwideinterfaces.MendixRuntimeException
com.mendix.systemwideinterfaces.connectionbus.data.ConcurrentModificationRuntimeException
- All Implemented Interfaces:
- Serializable
The exception that is thrown on concurrent modifications to the same database row.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates an exception with the specified cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConcurrentModificationRuntimeExceptionCreates an exception with the specified cause.- Parameters:
- cause- the underlying cause of this exception
 
 
-