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 Summary
ConstructorDescriptionCreates an exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentModificationRuntimeException
Creates an exception with the specified cause.- Parameters:
cause
- the underlying cause of this exception
-