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:
java.io.Serializable
public class ConcurrentModificationRuntimeException extends MendixRuntimeException
The exception that is thrown on concurrent modifications to the same database row.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentModificationRuntimeException(java.lang.Throwable cause)
Creates an exception with the specified cause.
-