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

public class ConcurrentModificationRuntimeException extends MendixRuntimeException
The exception that is thrown on concurrent modifications to the same database row.
See Also:
  • Constructor Details

    • ConcurrentModificationRuntimeException

      public ConcurrentModificationRuntimeException(Throwable cause)
      Creates an exception with the specified cause.
      Parameters:
      cause - the underlying cause of this exception